#105D19

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

Shades of Crusoe #105D19

Tints of Crusoe #105D19

Color information

#105D19 (or 0x105D19) is unknown color: approx Crusoe. HEX triplet: 10, 5D and 19. RGB value is (16,93,25). Sum of RGB (Red+Green+Blue) = 16+93+25=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #105D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105D19 is #EFA2E6. Grayscale: #3E3E3E. Windows color (decimal): -15704807 or 1662224. OLE color: 1662224.

HSL color Cylindrical-coordinate representation of color #105D19: hue angle of 127.01º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105D19 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB169325-
CMYK0.8300.730.64
HSL127.01º70.64%21.37%-
HSV(B)127.01º82.8%36.47%-
XYZ4.38.012.24-
YUV62.22106.9995.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 93 (36.72% from 255) = 69.40%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=11.94%
G=69.40%
B=18.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1693250.8300.730.64127.0170.6421.37
Hex105D1953049407f4715
Octal2013531123011110017710725
Binary1000010111011100110100110100100110000001111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105D19; }

 p { color: rgb(16,93,25); }

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

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

 a { background-color: rgb(16,93,25); }

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

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

 span { border-color: rgb(16,93,25); }

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