#14612B

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

Shades of Crusoe #14612B

Tints of Crusoe #14612B

Color information

#14612B (or 0x14612B) is unknown color: approx Crusoe. HEX triplet: 14, 61 and 2B. RGB value is (20,97,43). Sum of RGB (Red+Green+Blue) = 20+97+43=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #14612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14612B is #EB9ED4. Grayscale: #434343. Windows color (decimal): -15441621 or 2842900. OLE color: 2842900.

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

Color convert

RGB209743-
CMYK0.7900.560.62
HSL137.92º65.81%22.94%-
HSV(B)137.92º79.38%38.04%-
XYZ58.873.73-
YUV67.82113.9993.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=12.5%
G=60.62%
B=26.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097430.7900.560.62137.9265.8122.94
Hex14612B4F0383E8a4217
Octal24141531170707621210227
Binary1010011000011010111001111011100011111010001010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,97,43); }

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

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

 a { background-color: rgb(20,97,43); }

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

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

 span { border-color: rgb(20,97,43); }

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