#12552E

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

Shades of Crusoe #12552E

Tints of Crusoe #12552E

Color information

#12552E (or 0x12552E) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 2E. RGB value is (18,85,46). Sum of RGB (Red+Green+Blue) = 18+85+46=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #12552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12552E is #EDAAD1. Grayscale: #3C3C3C. Windows color (decimal): -15575762 or 3036434. OLE color: 3036434.

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

Color convert

RGB188546-
CMYK0.7900.460.67
HSL145.07º65.05%20.2%-
HSV(B)145.07º78.82%33.33%-
XYZ3.996.823.69-
YUV60.52119.897.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=12.08%
G=57.05%
B=30.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885460.7900.460.67145.0765.0520.2
Hex12552E4F02E43914114
Octal221255611705610322110124
Binary10010101010110111010011110101110100001110010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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