#095F18

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

Shades of Crusoe #095F18

Tints of Crusoe #095F18

Color information

#095F18 (or 0x095F18) is unknown color: approx Crusoe. HEX triplet: 09, 5F and 18. RGB value is (9,95,24). Sum of RGB (Red+Green+Blue) = 9+95+24=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #095F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F18 is #F6A0E7. Grayscale: #3D3D3D. Windows color (decimal): -16163048 or 1597193. OLE color: 1597193.

HSL color Cylindrical-coordinate representation of color #095F18: hue angle of 130.47º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F18 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB99524-
CMYK0.9100.750.63
HSL130.47º82.69%20.39%-
HSV(B)130.47º90.53%37.25%-
XYZ4.378.312.24-
YUV61.19107.0190.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 95 (37.5% from 255) = 74.22%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=7.03%
G=74.22%
B=18.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995240.9100.750.63130.4782.6920.39
Hex95F185B04B3F825314
Octal111373013301137720212324
Binary100110111111100010110110100101111111110000010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095F18; }

 p { color: rgb(9,95,24); }

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

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

 a { background-color: rgb(9,95,24); }

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

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

 span { border-color: rgb(9,95,24); }

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