#14601F

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

Shades of Crusoe #14601F

Tints of Crusoe #14601F

Color information

#14601F (or 0x14601F) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 1F. RGB value is (20,96,31). Sum of RGB (Red+Green+Blue) = 20+96+31=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #14601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14601F is #EB9FE0. Grayscale: #424242. Windows color (decimal): -15441889 or 2056212. OLE color: 2056212.

HSL color Cylindrical-coordinate representation of color #14601F: hue angle of 128.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14601F is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB209631-
CMYK0.7900.680.62
HSL128.68º65.52%22.75%-
HSV(B)128.68º79.17%37.65%-
XYZ4.728.612.71-
YUV65.87108.3295.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=13.61%
G=65.31%
B=21.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096310.7900.680.62128.6865.5222.75
Hex14601F4F0443E814217
Octal241403711701047620110227
Binary1010011000001111110011110100010011111010000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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