#12662B

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

Shades of Crusoe #12662B

Tints of Crusoe #12662B

Color information

#12662B (or 0x12662B) is unknown color: approx Crusoe. HEX triplet: 12, 66 and 2B. RGB value is (18,102,43). Sum of RGB (Red+Green+Blue) = 18+102+43=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #12662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12662B is #ED99D4. Grayscale: #464646. Windows color (decimal): -15571413 or 2844178. OLE color: 2844178.

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

Color convert

RGB1810243-
CMYK0.8200.580.6
HSL137.86º70%23.53%-
HSV(B)137.86º82.35%40%-
XYZ5.449.813.89-
YUV70.16112.6790.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 102 (40.23% from 255) = 62.58%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=11.04%
G=62.58%
B=26.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102430.8200.580.6137.867023.53
Hex12662B5203A3C8a4618
Octal22146531220727421210630
Binary1001011001101010111010010011101011110010001010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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