Html Css Color HEX #0B4534 Sherwood Green

📋 copy color: '#0B4534'

red 11 ◦ green 69 ◦ blue 52

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

Shades of Sherwood Green #0B4534

Tints of Sherwood Green #0B4534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.27%

 BLUE value IS 52 (20.7% from 255) = 39.39%

R = 8.33%
G = 52.27%
B = 39.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#0B4534 (or 0x0B4534) is known color: Sherwood Green. HEX triplet: 0B, 45 and 34. RGB value is (11,69,52). Sum of RGB (Red+Green+Blue) = 11+69+52=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4534 is #F4BACB. Grayscale: #313131. Windows color (decimal): -16038604 or 3425547. OLE color: 3425547.

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

Color convert

RGB 11 69 52 -
CMYK 0.84 0 0.25 0.73
HSL 162.41º 0.73% 0.16% -
HSV(B) 162.41º 0.84% 0.27% -
XYZ 2.89 4.58 3.98 -
YUV 49.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 11 69 52 0.84 0 0.25 0.73 162.41 0.73 0.16
Hex B 45 34 54 0 19 49 A2 48 10
Octal 13 105 64 124 0 31 111 242 110 20
Binary 1011 1000101 110100 1010100 0 11001 1001001 10100010 1001000 10000

Color Harmonies of #0B4534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4534

Black with #0B4534

Text Example


Text Example

White with #0B4534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,52); }

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

background-color css

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

 a { background-color: rgb(11,69,52); }

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

border-color css

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

 span { border-color: rgb(11,69,52); }

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