#12542D

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

Shades of Crusoe #12542D

Tints of Crusoe #12542D

Color information

#12542D (or 0x12542D) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 2D. RGB value is (18,84,45). Sum of RGB (Red+Green+Blue) = 18+84+45=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #12542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12542D is #EDABD2. Grayscale: #3B3B3B. Windows color (decimal): -15576019 or 2970642. OLE color: 2970642.

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

Color convert

RGB188445-
CMYK0.7900.460.67
HSL144.55º64.71%20%-
HSV(B)144.55º78.57%32.94%-
XYZ3.896.663.56-
YUV59.82119.6398.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=12.24%
G=57.14%
B=30.61%

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
Decimal1884450.7900.460.67144.5564.7120
Hex12542D4F02E43914114
Octal221245511705610322110124
Binary10010101010010110110011110101110100001110010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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