#12562D

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

Shades of Crusoe #12562D

Tints of Crusoe #12562D

Color information

#12562D (or 0x12562D) is unknown color: approx Crusoe. HEX triplet: 12, 56 and 2D. RGB value is (18,86,45). Sum of RGB (Red+Green+Blue) = 18+86+45=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #12562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12562D is #EDA9D2. Grayscale: #3D3D3D. Windows color (decimal): -15575507 or 2971154. OLE color: 2971154.

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

Color convert

RGB188645-
CMYK0.7900.480.66
HSL143.82º65.38%20.39%-
HSV(B)143.82º79.07%33.73%-
XYZ4.056.973.62-
YUV60.99118.9797.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 86 (33.98% from 255) = 57.72%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=12.08%
G=57.72%
B=30.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886450.7900.480.66143.8265.3820.39
Hex12562D4F03042904114
Octal221265511706010222010124
Binary10010101011010110110011110110000100001010010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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