#12662E

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

Shades of Crusoe #12662E

Tints of Crusoe #12662E

Color information

#12662E (or 0x12662E) is unknown color: approx Crusoe. HEX triplet: 12, 66 and 2E. RGB value is (18,102,46). Sum of RGB (Red+Green+Blue) = 18+102+46=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #12662E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12662E is #ED99D1. Grayscale: #464646. Windows color (decimal): -15571410 or 3040786. OLE color: 3040786.

HSL color Cylindrical-coordinate representation of color #12662E: hue angle of 140º 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 #12662E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1810246-
CMYK0.8200.550.6
HSL140º70%23.53%-
HSV(B)140º82.35%40%-
XYZ5.499.834.19-
YUV70.5114.1790.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=10.84%
G=61.45%
B=27.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102460.8200.550.61407023.53
Hex12662E520373C8c4618
Octal22146561220677421410630
Binary1001011001101011101010010011011111110010001100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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