#0F4133

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

Shades of Sherwood Green #0F4133

Tints of Sherwood Green #0F4133

Color information

#0F4133 (or 0x0F4133) is unknown color: approx Sherwood Green. HEX triplet: 0F, 41 and 33. RGB value is (15,65,51). Sum of RGB (Red+Green+Blue) = 15+65+51=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4133 is #F0BECC. Grayscale: #303030. Windows color (decimal): -15777485 or 3358991. OLE color: 3358991.

HSL color Cylindrical-coordinate representation of color #0F4133: hue angle of 163.2º 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 #0F4133 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB156551-
CMYK0.7700.220.75
HSL163.2º62.5%15.69%-
HSV(B)163.2º76.92%25.49%-
XYZ2.684.123.79-
YUV48.45129.44104.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 51 (20.31% from 255) = 38.93%
R=11.45%
G=49.62%
B=38.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565510.7700.220.75163.262.515.69
HexF41334D0164Ba33e10
Octal17101631150261132437620
Binary11111000001110011100110101011010010111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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