#14601C

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

Shades of Crusoe #14601C

Tints of Crusoe #14601C

Color information

#14601C (or 0x14601C) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 1C. RGB value is (20,96,28). Sum of RGB (Red+Green+Blue) = 20+96+28=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #14601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14601C is #EB9FE3. Grayscale: #414141. Windows color (decimal): -15441892 or 1859604. OLE color: 1859604.

HSL color Cylindrical-coordinate representation of color #14601C: hue angle of 126.32º 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 #14601C is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB209628-
CMYK0.7900.710.62
HSL126.32º65.52%22.75%-
HSV(B)126.32º79.17%37.65%-
XYZ4.688.62.51-
YUV65.52106.8295.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 96 (37.89% from 255) = 66.67%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=13.89%
G=66.67%
B=19.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096280.7900.710.62126.3265.5222.75
Hex14601C4F0473E7e4217
Octal241403411701077617610227
Binary101001100000111001001111010001111111101111110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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