#12562B

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

Shades of Crusoe #12562B

Tints of Crusoe #12562B

Color information

#12562B (or 0x12562B) is unknown color: approx Crusoe. HEX triplet: 12, 56 and 2B. RGB value is (18,86,43). Sum of RGB (Red+Green+Blue) = 18+86+43=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #12562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12562B is #EDA9D4. Grayscale: #3C3C3C. Windows color (decimal): -15575509 or 2840082. OLE color: 2840082.

HSL color Cylindrical-coordinate representation of color #12562B: hue angle of 142.06º 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 #12562B is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB188643-
CMYK0.7900.500.66
HSL142.06º65.38%20.39%-
HSV(B)142.06º79.07%33.73%-
XYZ4.016.963.42-
YUV60.77117.9797.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 86 (33.98% from 255) = 58.50%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=12.24%
G=58.50%
B=29.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886430.7900.500.66142.0665.3820.39
Hex12562B4F032428e4114
Octal221265311706210221610124
Binary10010101011010101110011110110010100001010001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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