#095E15

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

Shades of Crusoe #095E15

Tints of Crusoe #095E15

Color information

#095E15 (or 0x095E15) is unknown color: approx Crusoe. HEX triplet: 09, 5E and 15. RGB value is (9,94,21). Sum of RGB (Red+Green+Blue) = 9+94+21=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 94 (37.11% from 255 or 75.81% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 94 - color contains mainly: green. Hex color #095E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E15 is #F6A1EA. Grayscale: #3C3C3C. Windows color (decimal): -16163307 or 1400329. OLE color: 1400329.

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

Color convert

RGB99421-
CMYK0.9000.780.63
HSL128.47º82.52%20.2%-
HSV(B)128.47º90.43%36.86%-
XYZ4.258.122.05-
YUV60.26105.8491.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 94 (37.11% from 255) = 75.81%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=7.26%
G=75.81%
B=16.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994210.9000.780.63128.4782.5220.2
Hex95E155A04E3F805314
Octal111362513201167720012324
Binary100110111101010110110100100111011111110000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,94,21); }

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

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

 a { background-color: rgb(9,94,21); }

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

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

 span { border-color: rgb(9,94,21); }

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