#08503A

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

Shades of Sherwood Green #08503A

Tints of Sherwood Green #08503A

Color information

#08503A (or 0x08503A) is unknown color: approx Sherwood Green. HEX triplet: 08, 50 and 3A. RGB value is (8,80,58). Sum of RGB (Red+Green+Blue) = 8+80+58=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #08503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08503A is #F7AFC5. Grayscale: #373737. Windows color (decimal): -16232390 or 3821576. OLE color: 3821576.

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

Color convert

RGB88058-
CMYK0.9000.280.69
HSL161.67º81.82%17.25%-
HSV(B)161.67º90%31.37%-
XYZ3.736.094.98-
YUV55.96129.1593.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=5.48%
G=54.79%
B=39.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880580.9000.280.69161.6781.8217.25
Hex8503A5A01C45a25211
Octal101207213203410524212221
Binary100010100001110101011010011100100010110100010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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