Html Css Color HEX #0B8949 Salem

📋 copy color: '#0B8949'

red 11 ◦ green 137 ◦ blue 73

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

Shades of Salem #0B8949

Tints of Salem #0B8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.99%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 4.98%
G = 61.99%
B = 33.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#0B8949 (or 0x0B8949) is known color: Salem. HEX triplet: 0B, 89 and 49. RGB value is (11,137,73). Sum of RGB (Red+Green+Blue) = 11+137+73=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8949 is #F476B6. Grayscale: #5C5C5C. Windows color (decimal): -16021175 or 4819211. OLE color: 4819211.

HSL color Cylindrical-coordinate representation of color #0B8949: hue angle of 149.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8949 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 137 73 -
CMYK 0.92 0 0.47 0.46
HSL 149.52º 0.85% 0.29% -
HSV(B) 149.52º 0.92% 0.54% -
XYZ 10.29 18.44 9.32 -
YUV 92.03 117.26 70.2 -
System Red Green Blue C M Y K H S L
Decimal 11 137 73 0.92 0 0.47 0.46 149.52 0.85 0.29
Hex B 89 49 5C 0 2F 2E 96 55 1D
Octal 13 211 111 134 0 57 56 226 125 35
Binary 1011 10001001 1001001 1011100 0 101111 101110 10010110 1010101 11101

Color Harmonies of #0B8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8949

Black with #0B8949

Text Example


Text Example

White with #0B8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,137,73); }

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

background-color css

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

 a { background-color: rgb(11,137,73); }

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

border-color css

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

 span { border-color: rgb(11,137,73); }

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