Html Css Color HEX #0B4731 Sherwood Green

📋 copy color: '#0B4731'

red 11 ◦ green 71 ◦ blue 49

#0B4731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #0B4731

Tints of Sherwood Green #0B4731

RGB

 RED value IS 11 (4.69% from 255) = 8.4%

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 8.4%
G = 54.2%
B = 37.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#0B4731 (or 0x0B4731) is known color: Sherwood Green. HEX triplet: 0B, 47 and 31. RGB value is (11,71,49). Sum of RGB (Red+Green+Blue) = 11+71+49=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4731 is #F4B8CE. Grayscale: #323232. Windows color (decimal): -16038095 or 3229451. OLE color: 3229451.

HSL color Cylindrical-coordinate representation of color #0B4731: hue angle of 158º 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 #0B4731 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 49 -
CMYK 0.85 0 0.31 0.72
HSL 158º 0.73% 0.16% -
HSV(B) 158º 0.85% 0.28% -
XYZ 2.95 4.8 3.68 -
YUV 50.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 11 71 49 0.85 0 0.31 0.72 158 0.73 0.16
Hex B 47 31 55 0 1F 48 9E 49 10
Octal 13 107 61 125 0 37 110 236 111 20
Binary 1011 1000111 110001 1010101 0 11111 1001000 10011110 1001001 10000

Color Harmonies of #0B4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4731

Black with #0B4731

Text Example


Text Example

White with #0B4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B4731;
 }
 .AnyTagClassName
 {
   color: #0B4731;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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