#126232

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

Shades of Crusoe #126232

Tints of Crusoe #126232

Color information

#126232 (or 0x126232) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 32. RGB value is (18,98,50). Sum of RGB (Red+Green+Blue) = 18+98+50=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #126232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126232 is #ED9DCD. Grayscale: #444444. Windows color (decimal): -15572430 or 3301906. OLE color: 3301906.

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

Color convert

RGB189850-
CMYK0.8200.490.62
HSL144º68.97%22.75%-
HSV(B)144º81.63%38.43%-
XYZ5.199.094.5-
YUV68.61117.591.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 98 (38.67% from 255) = 59.04%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=10.84%
G=59.04%
B=30.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898500.8200.490.6214468.9722.75
Hex126232520313E904517
Octal22142621220617622010527
Binary1001011000101100101010010011000111111010010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126232; }

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

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

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

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

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

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

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

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