#12532A

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

Shades of Crusoe #12532A

Tints of Crusoe #12532A

Color information

#12532A (or 0x12532A) is unknown color: approx Crusoe. HEX triplet: 12, 53 and 2A. RGB value is (18,83,42). Sum of RGB (Red+Green+Blue) = 18+83+42=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #12532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12532A is #EDACD5. Grayscale: #3A3A3A. Windows color (decimal): -15576278 or 2773778. OLE color: 2773778.

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

Color convert

RGB188342-
CMYK0.7800.490.67
HSL142.15º64.36%19.8%-
HSV(B)142.15º78.31%32.55%-
XYZ3.766.483.24-
YUV58.89118.4798.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 83 (32.81% from 255) = 58.04%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=12.59%
G=58.04%
B=29.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883420.7800.490.67142.1564.3619.8
Hex12532A4E031438e4014
Octal221235211606110321610024
Binary10010101001110101010011100110001100001110001110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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