Html Css Color HEX #0B4433 Sherwood Green

📋 copy color: '#0B4433'

red 11 ◦ green 68 ◦ blue 51

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

Shades of Sherwood Green #0B4433

Tints of Sherwood Green #0B4433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.31%

 BLUE value IS 51 (20.31% from 255) = 39.23%

R = 8.46%
G = 52.31%
B = 39.23%

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

#0B4433 (or 0x0B4433) is known color: Sherwood Green. HEX triplet: 0B, 44 and 33. RGB value is (11,68,51). Sum of RGB (Red+Green+Blue) = 11+68+51=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4433 is #F4BBCC. Grayscale: #313131. Windows color (decimal): -16038861 or 3359755. OLE color: 3359755.

HSL color Cylindrical-coordinate representation of color #0B4433: hue angle of 162.11º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4433 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 68 51 -
CMYK 0.84 0 0.25 0.73
HSL 162.11º 0.72% 0.15% -
HSV(B) 162.11º 0.84% 0.27% -
XYZ 2.8 4.44 3.84 -
YUV 49.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 11 68 51 0.84 0 0.25 0.73 162.11 0.72 0.15
Hex B 44 33 54 0 19 49 A2 48 F
Octal 13 104 63 124 0 31 111 242 110 17
Binary 1011 1000100 110011 1010100 0 11001 1001001 10100010 1001000 1111

Color Harmonies of #0B4433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4433

Black with #0B4433

Text Example


Text Example

White with #0B4433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,68,51); }

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

background-color css

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

 a { background-color: rgb(11,68,51); }

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

border-color css

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

 span { border-color: rgb(11,68,51); }

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