#126132

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

Shades of Crusoe #126132

Tints of Crusoe #126132

Color information

#126132 (or 0x126132) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 32. RGB value is (18,97,50). Sum of RGB (Red+Green+Blue) = 18+97+50=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #126132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126132 is #ED9ECD. Grayscale: #444444. Windows color (decimal): -15572686 or 3301650. OLE color: 3301650.

HSL color Cylindrical-coordinate representation of color #126132: hue angle of 144.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126132 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB189750-
CMYK0.8100.480.62
HSL144.3º68.7%22.55%-
HSV(B)144.3º81.44%38.04%-
XYZ5.18.914.47-
YUV68.02117.8392.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=10.91%
G=58.79%
B=30.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897500.8100.480.62144.368.722.55
Hex126132510303E904517
Octal22141621210607622010527
Binary1001011000011100101010001011000011111010010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126132; }

 p { color: rgb(18,97,50); }

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

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

 a { background-color: rgb(18,97,50); }

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

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

 span { border-color: rgb(18,97,50); }

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