#096519

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

Shades of Crusoe #096519

Tints of Crusoe #096519

Color information

#096519 (or 0x096519) is unknown color: approx Crusoe. HEX triplet: 09, 65 and 19. RGB value is (9,101,25). Sum of RGB (Red+Green+Blue) = 9+101+25=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #096519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096519 is #F69AE6. Grayscale: #414141. Windows color (decimal): -16161511 or 1664265. OLE color: 1664265.

HSL color Cylindrical-coordinate representation of color #096519: hue angle of 130.43º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096519 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB910125-
CMYK0.9100.750.60
HSL130.43º83.64%21.57%-
HSV(B)130.43º91.09%39.61%-
XYZ4.949.442.48-
YUV64.83105.5288.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 101 (39.84% from 255) = 74.81%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=6.67%
G=74.81%
B=18.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101250.9100.750.60130.4383.6421.57
Hex965195B04B3C825416
Octal111453113301137420212426
Binary100111001011100110110110100101111110010000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096519; }

 p { color: rgb(9,101,25); }

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

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

 a { background-color: rgb(9,101,25); }

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

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

 span { border-color: rgb(9,101,25); }

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