#12531E

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

Shades of Crusoe #12531E

Tints of Crusoe #12531E

Color information

#12531E (or 0x12531E) is unknown color: approx Crusoe. HEX triplet: 12, 53 and 1E. RGB value is (18,83,30). Sum of RGB (Red+Green+Blue) = 18+83+30=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #12531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12531E is #EDACE1. Grayscale: #393939. Windows color (decimal): -15576290 or 1987346. OLE color: 1987346.

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

Color convert

RGB188330-
CMYK0.7800.640.67
HSL131.08º64.36%19.8%-
HSV(B)131.08º78.31%32.55%-
XYZ3.586.412.28-
YUV57.52112.4799.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 83 (32.81% from 255) = 63.36%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=13.74%
G=63.36%
B=22.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883300.7800.640.67131.0864.3619.8
Hex12531E4E04043834014
Octal2212336116010010320310024
Binary10010101001111110100111001000000100001110000011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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