#12542F

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

Shades of Crusoe #12542F

Tints of Crusoe #12542F

Color information

#12542F (or 0x12542F) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 2F. RGB value is (18,84,47). Sum of RGB (Red+Green+Blue) = 18+84+47=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #12542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12542F is #EDABD0. Grayscale: #3C3C3C. Windows color (decimal): -15576017 or 3101714. OLE color: 3101714.

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

Color convert

RGB188447-
CMYK0.7900.440.67
HSL146.36º64.71%20%-
HSV(B)146.36º78.57%32.94%-
XYZ3.936.673.77-
YUV60.05120.6398.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=12.08%
G=56.38%
B=31.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884470.7900.440.67146.3664.7120
Hex12542F4F02C43924114
Octal221245711705410322210124
Binary10010101010010111110011110101100100001110010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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