#126220

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

Shades of Crusoe #126220

Tints of Crusoe #126220

Color information

#126220 (or 0x126220) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 20. RGB value is (18,98,32). Sum of RGB (Red+Green+Blue) = 18+98+32=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #126220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126220 is #ED9DDF. Grayscale: #424242. Windows color (decimal): -15572448 or 2122258. OLE color: 2122258.

HSL color Cylindrical-coordinate representation of color #126220: hue angle of 130.5º 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 #126220 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB189832-
CMYK0.8200.670.62
HSL130.5º68.97%22.75%-
HSV(B)130.5º81.63%38.43%-
XYZ4.888.972.84-
YUV66.56108.593.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=12.16%
G=66.22%
B=21.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898320.8200.670.62130.568.9722.75
Hex126220520433E824517
Octal221424012201037620210527
Binary10010110001010000010100100100001111111010000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126220; }

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

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

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

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

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

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

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

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