Html Css Color HEX #0B4937 Sherwood Green

📋 copy color: '#0B4937'

red 11 ◦ green 73 ◦ blue 55

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

Shades of Sherwood Green #0B4937

Tints of Sherwood Green #0B4937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.52%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 7.91%
G = 52.52%
B = 39.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#0B4937 (or 0x0B4937) is known color: Sherwood Green. HEX triplet: 0B, 49 and 37. RGB value is (11,73,55). Sum of RGB (Red+Green+Blue) = 11+73+55=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4937 is #F4B6C8. Grayscale: #343434. Windows color (decimal): -16037577 or 3623179. OLE color: 3623179.

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

Color convert

RGB 11 73 55 -
CMYK 0.85 0 0.25 0.71
HSL 162.58º 0.74% 0.16% -
HSV(B) 162.58º 0.85% 0.29% -
XYZ 3.21 5.11 4.43 -
YUV 52.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 11 73 55 0.85 0 0.25 0.71 162.58 0.74 0.16
Hex B 49 37 55 0 19 47 A3 4A 10
Octal 13 111 67 125 0 31 107 243 112 20
Binary 1011 1001001 110111 1010101 0 11001 1000111 10100011 1001010 10000

Color Harmonies of #0B4937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4937

Black with #0B4937

Text Example


Text Example

White with #0B4937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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