#12552C

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

Shades of Crusoe #12552C

Tints of Crusoe #12552C

Color information

#12552C (or 0x12552C) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 2C. RGB value is (18,85,44). Sum of RGB (Red+Green+Blue) = 18+85+44=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #12552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12552C is #EDAAD3. Grayscale: #3C3C3C. Windows color (decimal): -15575764 or 2905362. OLE color: 2905362.

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

Color convert

RGB188544-
CMYK0.7900.480.67
HSL143.28º65.05%20.2%-
HSV(B)143.28º78.82%33.33%-
XYZ3.956.813.49-
YUV60.29118.897.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=12.24%
G=57.82%
B=29.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885440.7900.480.67143.2865.0520.2
Hex12552C4F030438f4114
Octal221255411706010321710124
Binary10010101010110110010011110110000100001110001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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