#12662C

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

Shades of Crusoe #12662C

Tints of Crusoe #12662C

Color information

#12662C (or 0x12662C) is unknown color: approx Crusoe. HEX triplet: 12, 66 and 2C. RGB value is (18,102,44). Sum of RGB (Red+Green+Blue) = 18+102+44=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #12662C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12662C is #ED99D3. Grayscale: #464646. Windows color (decimal): -15571412 or 2909714. OLE color: 2909714.

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

Color convert

RGB1810244-
CMYK0.8200.570.6
HSL138.57º70%23.53%-
HSV(B)138.57º82.35%40%-
XYZ5.469.813.99-
YUV70.27113.1790.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 102 (40.23% from 255) = 62.20%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=10.98%
G=62.20%
B=26.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102440.8200.570.6138.577023.53
Hex12662C520393C8b4618
Octal22146541220717421310630
Binary1001011001101011001010010011100111110010001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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