#095A18

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

Shades of Crusoe #095A18

Tints of Crusoe #095A18

Color information

#095A18 (or 0x095A18) is unknown color: approx Crusoe. HEX triplet: 09, 5A and 18. RGB value is (9,90,24). Sum of RGB (Red+Green+Blue) = 9+90+24=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #095A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A18 is #F6A5E7. Grayscale: #3A3A3A. Windows color (decimal): -16164328 or 1595913. OLE color: 1595913.

HSL color Cylindrical-coordinate representation of color #095A18: hue angle of 131.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A18 is Cyan = 0.9, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB99024-
CMYK0.900.730.65
HSL131.11º81.82%19.41%-
HSV(B)131.11º90%35.29%-
XYZ3.937.442.09-
YUV58.26108.6692.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 90 (35.55% from 255) = 73.17%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=7.32%
G=73.17%
B=19.51%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990240.900.730.65131.1181.8219.41
Hex95A185A04941835213
Octal1113230132011110120312223
Binary1001101101011000101101001001001100000110000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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