#12562F

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

Shades of Crusoe #12562F

Tints of Crusoe #12562F

Color information

#12562F (or 0x12562F) is unknown color: approx Crusoe. HEX triplet: 12, 56 and 2F. RGB value is (18,86,47). Sum of RGB (Red+Green+Blue) = 18+86+47=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #12562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12562F is #EDA9D0. Grayscale: #3D3D3D. Windows color (decimal): -15575505 or 3102226. OLE color: 3102226.

HSL color Cylindrical-coordinate representation of color #12562F: hue angle of 145.59º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12562F is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB188647-
CMYK0.7900.450.66
HSL145.59º65.38%20.39%-
HSV(B)145.59º79.07%33.73%-
XYZ4.096.993.82-
YUV61.22119.9797.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 86 (33.98% from 255) = 56.95%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=11.92%
G=56.95%
B=31.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886470.7900.450.66145.5965.3820.39
Hex12562F4F02D42924114
Octal221265711705510222210124
Binary10010101011010111110011110101101100001010010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12562F; }

 p { color: rgb(18,86,47); }

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

<style>
 a { background-color: #12562F; }

 a { background-color: rgb(18,86,47); }

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

<style>
 span { border-color: #12562F; }

 span { border-color: rgb(18,86,47); }

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