#095A20

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

Shades of Crusoe #095A20

Tints of Crusoe #095A20

Color information

#095A20 (or 0x095A20) is unknown color: approx Crusoe. HEX triplet: 09, 5A and 20. RGB value is (9,90,32). Sum of RGB (Red+Green+Blue) = 9+90+32=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #095A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A20 is #F6A5DF. Grayscale: #3B3B3B. Windows color (decimal): -16164320 or 2120201. OLE color: 2120201.

HSL color Cylindrical-coordinate representation of color #095A20: hue angle of 137.04º 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 #095A20 is Cyan = 0.9, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB99032-
CMYK0.900.640.65
HSL137.04º81.82%19.41%-
HSV(B)137.04º90%35.29%-
XYZ4.037.472.6-
YUV59.17112.6692.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 90 (35.55% from 255) = 68.70%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=6.87%
G=68.70%
B=24.43%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990320.900.640.65137.0481.8219.41
Hex95A205A04041895213
Octal1113240132010010121112223
Binary10011011010100000101101001000000100000110001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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