#12532E

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

Shades of Crusoe #12532E

Tints of Crusoe #12532E

Color information

#12532E (or 0x12532E) is unknown color: approx Crusoe. HEX triplet: 12, 53 and 2E. RGB value is (18,83,46). Sum of RGB (Red+Green+Blue) = 18+83+46=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #12532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12532E is #EDACD1. Grayscale: #3B3B3B. Windows color (decimal): -15576274 or 3035922. OLE color: 3035922.

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

Color convert

RGB188346-
CMYK0.7800.450.67
HSL145.85º64.36%19.8%-
HSV(B)145.85º78.31%32.55%-
XYZ3.846.513.64-
YUV59.35120.4798.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=12.24%
G=56.46%
B=31.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883460.7800.450.67145.8564.3619.8
Hex12532E4E02D43924014
Octal221235611605510322210024
Binary10010101001110111010011100101101100001110010010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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