Html Css Color HEX #0B4635 Sherwood Green

📋 copy color: '#0B4635'

red 11 ◦ green 70 ◦ blue 53

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

Shades of Sherwood Green #0B4635

Tints of Sherwood Green #0B4635

RGB

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

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

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

R = 8.21%
G = 52.24%
B = 39.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#0B4635 (or 0x0B4635) is known color: Sherwood Green. HEX triplet: 0B, 46 and 35. RGB value is (11,70,53). Sum of RGB (Red+Green+Blue) = 11+70+53=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #0B4635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4635 is #F4B9CA. Grayscale: #323232. Windows color (decimal): -16038347 or 3491339. OLE color: 3491339.

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

Color convert

RGB 11 70 53 -
CMYK 0.84 0 0.24 0.73
HSL 162.71º 0.73% 0.16% -
HSV(B) 162.71º 0.84% 0.27% -
XYZ 2.97 4.71 4.12 -
YUV 50.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 11 70 53 0.84 0 0.24 0.73 162.71 0.73 0.16
Hex B 46 35 54 0 18 49 A3 49 10
Octal 13 106 65 124 0 30 111 243 111 20
Binary 1011 1000110 110101 1010100 0 11000 1001001 10100011 1001001 10000

Color Harmonies of #0B4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4635

Black with #0B4635

Text Example


Text Example

White with #0B4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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