#106928

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

Shades of Crusoe #106928

Tints of Crusoe #106928

Color information

#106928 (or 0x106928) is unknown color: approx Crusoe. HEX triplet: 10, 69 and 28. RGB value is (16,105,40). Sum of RGB (Red+Green+Blue) = 16+105+40=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #106928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106928 is #EF96D7. Grayscale: #474747. Windows color (decimal): -15701720 or 2648336. OLE color: 2648336.

HSL color Cylindrical-coordinate representation of color #106928: hue angle of 136.18º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106928 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1610540-
CMYK0.8500.620.59
HSL136.18º73.55%23.73%-
HSV(B)136.18º84.76%41.18%-
XYZ5.6510.373.71-
YUV70.98110.5188.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 105 (41.41% from 255) = 65.22%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=9.94%
G=65.22%
B=24.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105400.8500.620.59136.1873.5523.73
Hex1069285503E3B884a18
Octal20151501250767321011230
Binary1000011010011010001010101011111011101110001000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106928; }

 p { color: rgb(16,105,40); }

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

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

 a { background-color: rgb(16,105,40); }

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

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

 span { border-color: rgb(16,105,40); }

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