#09593F

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

Shades of Jewel #09593F

Tints of Jewel #09593F

Color information

#09593F (or 0x09593F) is unknown color: approx Jewel. HEX triplet: 09, 59 and 3F. RGB value is (9,89,63). Sum of RGB (Red+Green+Blue) = 9+89+63=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #09593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09593F is #F6A6C0. Grayscale: #3E3E3E. Windows color (decimal): -16164545 or 4151561. OLE color: 4151561.

HSL color Cylindrical-coordinate representation of color #09593F: hue angle of 160.5º 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 #09593F is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB98963-
CMYK0.9000.290.65
HSL160.5º81.63%19.22%-
HSV(B)160.5º89.89%34.9%-
XYZ4.587.565.92-
YUV62.12128.590.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 63 (25% from 255) = 39.13%
R=5.59%
G=55.28%
B=39.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989630.9000.290.65160.581.6319.22
Hex9593F5A01D41a05213
Octal111317713203510124012223
Binary100110110011111111011010011101100000110100000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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