#106220

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

Shades of Crusoe #106220

Tints of Crusoe #106220

Color information

#106220 (or 0x106220) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 20. RGB value is (16,98,32). Sum of RGB (Red+Green+Blue) = 16+98+32=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #106220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106220 is #EF9DDF. Grayscale: #424242. Windows color (decimal): -15703520 or 2122256. OLE color: 2122256.

HSL color Cylindrical-coordinate representation of color #106220: hue angle of 131.71º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106220 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB169832-
CMYK0.8400.670.62
HSL131.71º71.93%22.35%-
HSV(B)131.71º83.67%38.43%-
XYZ4.848.952.84-
YUV65.96108.8392.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=10.96%
G=67.12%
B=21.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698320.8400.670.62131.7171.9322.35
Hex106220540433E844816
Octal201424012401037620411026
Binary10000110001010000010101000100001111111010000100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106220; }

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

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

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

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

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

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

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

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