#126221

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

Shades of Crusoe #126221

Tints of Crusoe #126221

Color information

#126221 (or 0x126221) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 21. RGB value is (18,98,33). Sum of RGB (Red+Green+Blue) = 18+98+33=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #126221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126221 is #ED9DDE. Grayscale: #424242. Windows color (decimal): -15572447 or 2187794. OLE color: 2187794.

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

Color convert

RGB189833-
CMYK0.8200.660.62
HSL131.25º68.97%22.75%-
HSV(B)131.25º81.63%38.43%-
XYZ4.898.972.91-
YUV66.6710993.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 98 (38.67% from 255) = 65.77%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=12.08%
G=65.77%
B=22.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898330.8200.660.62131.2568.9722.75
Hex126221520423E834517
Octal221424112201027620310527
Binary10010110001010000110100100100001011111010000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126221; }

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

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

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

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

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

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

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

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