#0B4835

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

Shades of Sherwood Green #0B4835

Tints of Sherwood Green #0B4835

Color information

#0B4835 (or 0x0B4835) is unknown color: approx Sherwood Green. HEX triplet: 0B, 48 and 35. RGB value is (11,72,53). Sum of RGB (Red+Green+Blue) = 11+72+53=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4835 is #F4B7CA. Grayscale: #333333. Windows color (decimal): -16037835 or 3491851. OLE color: 3491851.

HSL color Cylindrical-coordinate representation of color #0B4835: hue angle of 161.31º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4835 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB117253-
CMYK0.8500.260.72
HSL161.31º73.49%16.27%-
HSV(B)161.31º84.72%28.24%-
XYZ3.14.964.16-
YUV51.6128.7999.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=8.09%
G=52.94%
B=38.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172530.8500.260.72161.3173.4916.27
HexB48355501A48a14910
Octal131106512503211024111120
Binary101110010001101011010101011010100100010100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,53); }

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

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

 a { background-color: rgb(11,72,53); }

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

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

 span { border-color: rgb(11,72,53); }

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