Html Css Color HEX #0B4632 Sherwood Green

📋 copy color: '#0B4632'

red 11 ◦ green 70 ◦ blue 50

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

Shades of Sherwood Green #0B4632

Tints of Sherwood Green #0B4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 8.4%
G = 53.44%
B = 38.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#0B4632 (or 0x0B4632) is known color: Sherwood Green. HEX triplet: 0B, 46 and 32. RGB value is (11,70,50). Sum of RGB (Red+Green+Blue) = 11+70+50=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #0B4632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4632 is #F4B9CD. Grayscale: #323232. Windows color (decimal): -16038350 or 3294731. OLE color: 3294731.

HSL color Cylindrical-coordinate representation of color #0B4632: hue angle of 159.66º 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 #0B4632 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 70 50 -
CMYK 0.84 0 0.29 0.73
HSL 159.66º 0.73% 0.16% -
HSV(B) 159.66º 0.84% 0.27% -
XYZ 2.9 4.68 3.77 -
YUV 50.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 11 70 50 0.84 0 0.29 0.73 159.66 0.73 0.16
Hex B 46 32 54 0 1D 49 A0 49 10
Octal 13 106 62 124 0 35 111 240 111 20
Binary 1011 1000110 110010 1010100 0 11101 1001001 10100000 1001001 10000

Color Harmonies of #0B4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4632

Black with #0B4632

Text Example


Text Example

White with #0B4632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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