#14671F

Color #14671F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #14671F

Tints of Crusoe #14671F

Color information

#14671F (or 0x14671F) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 1F. RGB value is (20,103,31). Sum of RGB (Red+Green+Blue) = 20+103+31=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 103 (40.62% from 255 or 66.88% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 103 - color contains mainly: green. Hex color #14671F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14671F is #EB98E0. Grayscale: #464646. Windows color (decimal): -15440097 or 2058004. OLE color: 2058004.

HSL color Cylindrical-coordinate representation of color #14671F: hue angle of 127.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14671F is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB2010331-
CMYK0.8100.700.60
HSL127.95º67.48%24.12%-
HSV(B)127.95º80.58%40.39%-
XYZ5.399.952.93-
YUV69.9810692.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 103 (40.62% from 255) = 66.88%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=12.99%
G=66.88%
B=20.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103310.8100.700.60127.9567.4824.12
Hex14671F510463C804318
Octal241473712101067420010330
Binary1010011001111111110100010100011011110010000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14671F; }

 p { color: rgb(20,103,31); }

 H1.HeaderClassName
 {
   color: #14671F;
 }
 .AnyTagClassName
 {
   color: #14671F;
 }
</style>
background-color css

<style>
 a { background-color: #14671F; }

 a { background-color: rgb(20,103,31); }

 div.DivClassName
 {
   background-color: #14671F;
 }
 .BgClassName
 {
   background-color: #14671F;
 }
</style>
border-color css

<style>
 span { border-color: #14671F; }

 span { border-color: rgb(20,103,31); }

 td.TdClassName
 {
   border-color: #14671F;
 }
 .TagClassName
 {
   border-color: #14671F;
 }
</style>