Html Css Color HEX #0B4735 Sherwood Green

📋 copy color: '#0B4735'

red 11 ◦ green 71 ◦ blue 53

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

Shades of Sherwood Green #0B4735

Tints of Sherwood Green #0B4735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.26%

R = 8.15%
G = 52.59%
B = 39.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#0B4735 (or 0x0B4735) is known color: Sherwood Green. HEX triplet: 0B, 47 and 35. RGB value is (11,71,53). Sum of RGB (Red+Green+Blue) = 11+71+53=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4735 is #F4B8CA. Grayscale: #333333. Windows color (decimal): -16038091 or 3491595. OLE color: 3491595.

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

Color convert

RGB 11 71 53 -
CMYK 0.85 0 0.25 0.72
HSL 162º 0.73% 0.16% -
HSV(B) 162º 0.85% 0.28% -
XYZ 3.03 4.83 4.14 -
YUV 51.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 11 71 53 0.85 0 0.25 0.72 162 0.73 0.16
Hex B 47 35 55 0 19 48 A2 49 10
Octal 13 107 65 125 0 31 110 242 111 20
Binary 1011 1000111 110101 1010101 0 11001 1001000 10100010 1001001 10000

Color Harmonies of #0B4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4735

Black with #0B4735

Text Example


Text Example

White with #0B4735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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