#0B4631

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

Shades of Sherwood Green #0B4631

Tints of Sherwood Green #0B4631

Color information

#0B4631 (or 0x0B4631) is unknown color: approx Sherwood Green. HEX triplet: 0B, 46 and 31. RGB value is (11,70,49). Sum of RGB (Red+Green+Blue) = 11+70+49=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #0B4631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4631 is #F4B9CE. Grayscale: #313131. Windows color (decimal): -16038351 or 3229195. OLE color: 3229195.

HSL color Cylindrical-coordinate representation of color #0B4631: hue angle of 158.64º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4631 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB117049-
CMYK0.8400.300.73
HSL158.64º72.84%15.88%-
HSV(B)158.64º84.29%27.45%-
XYZ2.884.673.66-
YUV49.96127.45100.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=8.46%
G=53.85%
B=37.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1170490.8400.300.73158.6472.8415.88
HexB46315401E499f4910
Octal131066112403611123711120
Binary101110001101100011010100011110100100110011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,70,49); }

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

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

 a { background-color: rgb(11,70,49); }

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

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

 span { border-color: rgb(11,70,49); }

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