#106518

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

Shades of Crusoe #106518

Tints of Crusoe #106518

Color information

#106518 (or 0x106518) is unknown color: approx Crusoe. HEX triplet: 10, 65 and 18. RGB value is (16,101,24). Sum of RGB (Red+Green+Blue) = 16+101+24=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #106518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106518 is #EF9AE7. Grayscale: #434343. Windows color (decimal): -15702760 or 1598736. OLE color: 1598736.

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

Color convert

RGB1610124-
CMYK0.8400.760.60
HSL125.65º72.65%22.94%-
HSV(B)125.65º84.16%39.61%-
XYZ5.039.482.43-
YUV66.81103.8491.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 101 (39.84% from 255) = 71.63%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=11.35%
G=71.63%
B=17.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101240.8400.760.60125.6572.6522.94
Hex1065185404C3C7e4917
Octal201453012401147417611127
Binary100001100101110001010100010011001111001111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106518; }

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

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

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

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

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

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

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

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