#12561C

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

Shades of Crusoe #12561C

Tints of Crusoe #12561C

Color information

#12561C (or 0x12561C) is unknown color: approx Crusoe. HEX triplet: 12, 56 and 1C. RGB value is (18,86,28). Sum of RGB (Red+Green+Blue) = 18+86+28=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #12561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12561C is #EDA9E3. Grayscale: #3B3B3B. Windows color (decimal): -15575524 or 1857042. OLE color: 1857042.

HSL color Cylindrical-coordinate representation of color #12561C: hue angle of 128.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 #12561C is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB188628-
CMYK0.7900.670.66
HSL128.82º65.38%20.39%-
HSV(B)128.82º79.07%33.73%-
XYZ3.796.872.22-
YUV59.06110.4798.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=13.64%
G=65.15%
B=21.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886280.7900.670.66128.8265.3820.39
Hex12561C4F04342814114
Octal2212634117010310220110124
Binary10010101011011100100111101000011100001010000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12561C; }

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

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

<style>
 a { background-color: #12561C; }

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

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

<style>
 span { border-color: #12561C; }

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

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