#12552F

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

Shades of Crusoe #12552F

Tints of Crusoe #12552F

Color information

#12552F (or 0x12552F) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 2F. RGB value is (18,85,47). Sum of RGB (Red+Green+Blue) = 18+85+47=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #12552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12552F is #EDAAD0. Grayscale: #3C3C3C. Windows color (decimal): -15575761 or 3101970. OLE color: 3101970.

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

Color convert

RGB188547-
CMYK0.7900.450.67
HSL145.97º65.05%20.2%-
HSV(B)145.97º78.82%33.33%-
XYZ4.016.833.8-
YUV60.63120.397.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=12%
G=56.67%
B=31.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885470.7900.450.67145.9765.0520.2
Hex12552F4F02D43924114
Octal221255711705510322210124
Binary10010101010110111110011110101101100001110010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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