#0F4F39

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

Shades of Sherwood Green #0F4F39

Tints of Sherwood Green #0F4F39

Color information

#0F4F39 (or 0x0F4F39) is unknown color: approx Sherwood Green. HEX triplet: 0F, 4F and 39. RGB value is (15,79,57). Sum of RGB (Red+Green+Blue) = 15+79+57=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F39 is #F0B0C6. Grayscale: #393939. Windows color (decimal): -15773895 or 3755791. OLE color: 3755791.

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

Color convert

RGB157957-
CMYK0.8100.280.69
HSL159.38º68.09%18.43%-
HSV(B)159.38º81.01%30.98%-
XYZ3.735.994.83-
YUV57.36127.897.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=9.93%
G=52.32%
B=37.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1579570.8100.280.69159.3868.0918.43
HexF4F395101C459f4412
Octal171177112103410523710422
Binary111110011111110011010001011100100010110011111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,57); }

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

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

 a { background-color: rgb(15,79,57); }

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

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

 span { border-color: rgb(15,79,57); }

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