#14662C

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

Shades of Crusoe #14662C

Tints of Crusoe #14662C

Color information

#14662C (or 0x14662C) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 2C. RGB value is (20,102,44). Sum of RGB (Red+Green+Blue) = 20+102+44=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #14662C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14662C is #EB99D3. Grayscale: #474747. Windows color (decimal): -15440340 or 2909716. OLE color: 2909716.

HSL color Cylindrical-coordinate representation of color #14662C: hue angle of 137.56º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14662C is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB2010244-
CMYK0.8000.570.6
HSL137.56º67.21%23.92%-
HSV(B)137.56º80.39%40%-
XYZ5.499.833.99-
YUV70.87112.8391.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=12.05%
G=61.45%
B=26.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102440.8000.570.6137.5667.2123.92
Hex14662C500393C8a4318
Octal24146541200717421210330
Binary1010011001101011001010000011100111110010001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,102,44); }

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

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

 a { background-color: rgb(20,102,44); }

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

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

 span { border-color: rgb(20,102,44); }

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