#0F4132

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

Shades of Sherwood Green #0F4132

Tints of Sherwood Green #0F4132

Color information

#0F4132 (or 0x0F4132) is unknown color: approx Sherwood Green. HEX triplet: 0F, 41 and 32. RGB value is (15,65,50). Sum of RGB (Red+Green+Blue) = 15+65+50=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4132 is #F0BECD. Grayscale: #303030. Windows color (decimal): -15777486 or 3293455. OLE color: 3293455.

HSL color Cylindrical-coordinate representation of color #0F4132: hue angle of 162º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4132 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB156550-
CMYK0.7700.230.75
HSL162º62.5%15.69%-
HSV(B)162º76.92%25.49%-
XYZ2.664.113.67-
YUV48.34128.94104.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=11.54%
G=50%
B=38.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565500.7700.230.7516262.515.69
HexF41324D0174Ba23e10
Octal17101621150271132427620
Binary11111000001110010100110101011110010111010001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,50); }

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

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

 a { background-color: rgb(15,65,50); }

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

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

 span { border-color: rgb(15,65,50); }

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