#09503A

Color #09503A Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #09503A

Tints of Sherwood Green #09503A

Color information

#09503A (or 0x09503A) is unknown color: approx Sherwood Green. HEX triplet: 09, 50 and 3A. RGB value is (9,80,58). Sum of RGB (Red+Green+Blue) = 9+80+58=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #09503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09503A is #F6AFC5. Grayscale: #383838. Windows color (decimal): -16166854 or 3821577. OLE color: 3821577.

HSL color Cylindrical-coordinate representation of color #09503A: hue angle of 161.41º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09503A is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB98058-
CMYK0.8900.280.69
HSL161.41º79.78%17.45%-
HSV(B)161.41º88.75%31.37%-
XYZ3.756.14.98-
YUV56.26128.9894.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=6.12%
G=54.42%
B=39.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980580.8900.280.69161.4179.7817.45
Hex9503A5901C45a15011
Octal111207213103410524112021
Binary100110100001110101011001011100100010110100001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09503A; }

 p { color: rgb(9,80,58); }

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

<style>
 a { background-color: #09503A; }

 a { background-color: rgb(9,80,58); }

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

<style>
 span { border-color: #09503A; }

 span { border-color: rgb(9,80,58); }

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