#0F503C

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

Shades of Sherwood Green #0F503C

Tints of Sherwood Green #0F503C

Color information

#0F503C (or 0x0F503C) is unknown color: approx Sherwood Green. HEX triplet: 0F, 50 and 3C. RGB value is (15,80,60). Sum of RGB (Red+Green+Blue) = 15+80+60=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #0F503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F503C is #F0AFC3. Grayscale: #3A3A3A. Windows color (decimal): -15773636 or 3952655. OLE color: 3952655.

HSL color Cylindrical-coordinate representation of color #0F503C: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F503C is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB158060-
CMYK0.8100.250.69
HSL161.54º68.42%18.63%-
HSV(B)161.54º81.25%31.37%-
XYZ3.886.175.26-
YUV58.28128.9797.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=9.68%
G=51.61%
B=38.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1580600.8100.250.69161.5468.4218.63
HexF503C5101945a24413
Octal171207412103110524210423
Binary111110100001111001010001011001100010110100010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,80,60); }

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

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

 a { background-color: rgb(15,80,60); }

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

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

 span { border-color: rgb(15,80,60); }

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