#09573F

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

Shades of Jewel #09573F

Tints of Jewel #09573F

Color information

#09573F (or 0x09573F) is unknown color: approx Jewel. HEX triplet: 09, 57 and 3F. RGB value is (9,87,63). Sum of RGB (Red+Green+Blue) = 9+87+63=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #09573F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09573F is #F6A8C0. Grayscale: #3C3C3C. Windows color (decimal): -16165057 or 4151049. OLE color: 4151049.

HSL color Cylindrical-coordinate representation of color #09573F: hue angle of 161.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09573F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB98763-
CMYK0.9000.280.66
HSL161.54º81.25%18.82%-
HSV(B)161.54º89.66%34.12%-
XYZ4.427.235.87-
YUV60.94129.1690.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 63 (25% from 255) = 39.62%
R=5.66%
G=54.72%
B=39.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal987630.9000.280.66161.5481.2518.82
Hex9573F5A01C42a25113
Octal111277713203410224212123
Binary100110101111111111011010011100100001010100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09573F; }

 p { color: rgb(9,87,63); }

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

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

 a { background-color: rgb(9,87,63); }

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

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

 span { border-color: rgb(9,87,63); }

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