#12552D

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

Shades of Crusoe #12552D

Tints of Crusoe #12552D

Color information

#12552D (or 0x12552D) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 2D. RGB value is (18,85,45). Sum of RGB (Red+Green+Blue) = 18+85+45=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #12552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12552D is #EDAAD2. Grayscale: #3C3C3C. Windows color (decimal): -15575763 or 2970898. OLE color: 2970898.

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

Color convert

RGB188545-
CMYK0.7900.470.67
HSL144.18º65.05%20.2%-
HSV(B)144.18º78.82%33.33%-
XYZ3.976.823.59-
YUV60.41119.397.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=12.16%
G=57.43%
B=30.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885450.7900.470.67144.1865.0520.2
Hex12552D4F02F43904114
Octal221255511705710322010124
Binary10010101010110110110011110101111100001110010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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