#12532C

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

Shades of Crusoe #12532C

Tints of Crusoe #12532C

Color information

#12532C (or 0x12532C) is unknown color: approx Crusoe. HEX triplet: 12, 53 and 2C. RGB value is (18,83,44). Sum of RGB (Red+Green+Blue) = 18+83+44=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #12532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12532C is #EDACD3. Grayscale: #3B3B3B. Windows color (decimal): -15576276 or 2904850. OLE color: 2904850.

HSL color Cylindrical-coordinate representation of color #12532C: hue angle of 144º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12532C is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB188344-
CMYK0.7800.470.67
HSL144º64.36%19.8%-
HSV(B)144º78.31%32.55%-
XYZ3.86.53.44-
YUV59.12119.4798.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=12.41%
G=57.24%
B=30.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883440.7800.470.6714464.3619.8
Hex12532C4E02F43904014
Octal221235411605710322010024
Binary10010101001110110010011100101111100001110010000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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