#09603F

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

Shades of Jewel #09603F

Tints of Jewel #09603F

Color information

#09603F (or 0x09603F) is unknown color: approx Jewel. HEX triplet: 09, 60 and 3F. RGB value is (9,96,63). Sum of RGB (Red+Green+Blue) = 9+96+63=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #09603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09603F is #F69FC0. Grayscale: #424242. Windows color (decimal): -16162753 or 4153353. OLE color: 4153353.

HSL color Cylindrical-coordinate representation of color #09603F: hue angle of 157.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09603F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB99663-
CMYK0.9100.340.62
HSL157.24º82.86%20.59%-
HSV(B)157.24º90.62%37.65%-
XYZ5.198.786.12-
YUV66.22126.1887.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 63 (25% from 255) = 37.5%
R=5.36%
G=57.14%
B=37.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996630.9100.340.62157.2482.8620.59
Hex9603F5B0223E9d5315
Octal11140771330427623512325
Binary100111000001111111011011010001011111010011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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