#0F4C36

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

Shades of Sherwood Green #0F4C36

Tints of Sherwood Green #0F4C36

Color information

#0F4C36 (or 0x0F4C36) is unknown color: approx Sherwood Green. HEX triplet: 0F, 4C and 36. RGB value is (15,76,54). Sum of RGB (Red+Green+Blue) = 15+76+54=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C36 is #F0B3C9. Grayscale: #373737. Windows color (decimal): -15774666 or 3558415. OLE color: 3558415.

HSL color Cylindrical-coordinate representation of color #0F4C36: hue angle of 158.36º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C36 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB157654-
CMYK0.8000.290.70
HSL158.36º67.03%17.84%-
HSV(B)158.36º80.26%29.8%-
XYZ3.455.544.38-
YUV55.25127.2999.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=10.34%
G=52.41%
B=37.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576540.8000.290.70158.3667.0317.84
HexF4C365001D469e4312
Octal171146612003510623610322
Binary111110011001101101010000011101100011010011110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,54); }

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

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

 a { background-color: rgb(15,76,54); }

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

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

 span { border-color: rgb(15,76,54); }

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