#106222

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

Shades of Crusoe #106222

Tints of Crusoe #106222

Color information

#106222 (or 0x106222) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 22. RGB value is (16,98,34). Sum of RGB (Red+Green+Blue) = 16+98+34=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #106222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106222 is #EF9DDD. Grayscale: #424242. Windows color (decimal): -15703518 or 2253328. OLE color: 2253328.

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

Color convert

RGB169834-
CMYK0.8400.650.62
HSL133.17º71.93%22.35%-
HSV(B)133.17º83.67%38.43%-
XYZ4.878.962.99-
YUV66.19109.8392.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=10.81%
G=66.22%
B=22.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698340.8400.650.62133.1771.9322.35
Hex106222540413E854816
Octal201424212401017620511026
Binary10000110001010001010101000100000111111010000101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106222; }

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

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

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

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

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

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

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

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