#0C503B

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

Shades of Sherwood Green #0C503B

Tints of Sherwood Green #0C503B

Color information

#0C503B (or 0x0C503B) is unknown color: approx Sherwood Green. HEX triplet: 0C, 50 and 3B. RGB value is (12,80,59). Sum of RGB (Red+Green+Blue) = 12+80+59=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #0C503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C503B is #F3AFC4. Grayscale: #393939. Windows color (decimal): -15970245 or 3887116. OLE color: 3887116.

HSL color Cylindrical-coordinate representation of color #0C503B: hue angle of 161.47º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C503B is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB128059-
CMYK0.8500.260.69
HSL161.47º73.91%18.04%-
HSV(B)161.47º85%31.37%-
XYZ3.816.135.12-
YUV57.27128.9795.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=7.95%
G=52.98%
B=39.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1280590.8500.260.69161.4773.9118.04
HexC503B5501A45a14a12
Octal141207312503210524111222
Binary110010100001110111010101011010100010110100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C503B; }

 p { color: rgb(12,80,59); }

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

<style>
 a { background-color: #0C503B; }

 a { background-color: rgb(12,80,59); }

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

<style>
 span { border-color: #0C503B; }

 span { border-color: rgb(12,80,59); }

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