#14601B

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

Shades of Crusoe #14601B

Tints of Crusoe #14601B

Color information

#14601B (or 0x14601B) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 1B. RGB value is (20,96,27). Sum of RGB (Red+Green+Blue) = 20+96+27=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #14601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14601B is #EB9FE4. Grayscale: #414141. Windows color (decimal): -15441893 or 1794068. OLE color: 1794068.

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

Color convert

RGB209627-
CMYK0.7900.720.62
HSL125.53º65.52%22.75%-
HSV(B)125.53º79.17%37.65%-
XYZ4.678.592.45-
YUV65.41106.3295.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=13.99%
G=67.13%
B=18.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096270.7900.720.62125.5365.5222.75
Hex14601B4F0483E7e4217
Octal241403311701107617610227
Binary101001100000110111001111010010001111101111110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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