#106621

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

Shades of Crusoe #106621

Tints of Crusoe #106621

Color information

#106621 (or 0x106621) is unknown color: approx Crusoe. HEX triplet: 10, 66 and 21. RGB value is (16,102,33). Sum of RGB (Red+Green+Blue) = 16+102+33=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #106621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106621 is #EF99DE. Grayscale: #444444. Windows color (decimal): -15702495 or 2188816. OLE color: 2188816.

HSL color Cylindrical-coordinate representation of color #106621: hue angle of 131.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106621 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1610233-
CMYK0.8400.680.6
HSL131.86º72.88%23.14%-
HSV(B)131.86º84.31%40%-
XYZ5.249.723.04-
YUV68.42108.0190.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 102 (40.23% from 255) = 67.55%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=10.60%
G=67.55%
B=21.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102330.8400.680.6131.8672.8823.14
Hex106621540443C844917
Octal201464112401047420411127
Binary10000110011010000110101000100010011110010000100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106621; }

 p { color: rgb(16,102,33); }

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

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

 a { background-color: rgb(16,102,33); }

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

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

 span { border-color: rgb(16,102,33); }

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