#106318

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

Shades of Crusoe #106318

Tints of Crusoe #106318

Color information

#106318 (or 0x106318) is unknown color: approx Crusoe. HEX triplet: 10, 63 and 18. RGB value is (16,99,24). Sum of RGB (Red+Green+Blue) = 16+99+24=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #106318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106318 is #EF9CE7. Grayscale: #414141. Windows color (decimal): -15703272 or 1598224. OLE color: 1598224.

HSL color Cylindrical-coordinate representation of color #106318: hue angle of 125.78º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106318 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB169924-
CMYK0.8400.760.61
HSL125.78º72.17%22.55%-
HSV(B)125.78º83.84%38.82%-
XYZ4.849.12.37-
YUV65.63104.592.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 99 (39.06% from 255) = 71.22%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=11.51%
G=71.22%
B=17.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699240.8400.760.61125.7872.1722.55
Hex1063185404C3D7e4817
Octal201433012401147517611027
Binary100001100011110001010100010011001111011111110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106318; }

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

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

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

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

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

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

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

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