#106218

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

Shades of Crusoe #106218

Tints of Crusoe #106218

Color information

#106218 (or 0x106218) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 18. RGB value is (16,98,24). Sum of RGB (Red+Green+Blue) = 16+98+24=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #106218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106218 is #EF9DE7. Grayscale: #414141. Windows color (decimal): -15703528 or 1597968. OLE color: 1597968.

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

Color convert

RGB169824-
CMYK0.8400.760.62
HSL125.85º71.93%22.35%-
HSV(B)125.85º83.67%38.43%-
XYZ4.758.912.33-
YUV65.05104.8393.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 98 (38.67% from 255) = 71.01%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=11.59%
G=71.01%
B=17.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698240.8400.760.62125.8571.9322.35
Hex1062185404C3E7e4816
Octal201423012401147617611026
Binary100001100010110001010100010011001111101111110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106218; }

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

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

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

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

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

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

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

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