#0B4932

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

Shades of Sherwood Green #0B4932

Tints of Sherwood Green #0B4932

Color information

#0B4932 (or 0x0B4932) is unknown color: approx Sherwood Green. HEX triplet: 0B, 49 and 32. RGB value is (11,73,50). Sum of RGB (Red+Green+Blue) = 11+73+50=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4932 is #F4B6CD. Grayscale: #333333. Windows color (decimal): -16037582 or 3295499. OLE color: 3295499.

HSL color Cylindrical-coordinate representation of color #0B4932: hue angle of 157.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4932 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB117350-
CMYK0.8500.320.71
HSL157.74º73.81%16.47%-
HSV(B)157.74º84.93%28.63%-
XYZ3.15.073.83-
YUV51.84126.9698.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.21%
GREEN value IS 73 (28.91% from 255) = 54.48%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=8.21%
G=54.48%
B=37.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173500.8500.320.71157.7473.8116.47
HexB493255020479e4a10
Octal131116212504010723611220
Binary1011100100111001010101010100000100011110011110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,73,50); }

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

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

 a { background-color: rgb(11,73,50); }

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

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

 span { border-color: rgb(11,73,50); }

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