Html Css Color HEX #5B7149 Dingley

📋 copy color: '#5B7149'

red 91 ◦ green 113 ◦ blue 73

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

Shades of Dingley #5B7149

Tints of Dingley #5B7149

RGB

 RED value IS 91 (35.94% from 255) = 32.85%

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 32.85%
G = 40.79%
B = 26.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#5B7149 (or 0x5B7149) is known color: Dingley. HEX triplet: 5B, 71 and 49. RGB value is (91,113,73). Sum of RGB (Red+Green+Blue) = 91+113+73=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7149 is #A48EB6. Grayscale: #666666. Windows color (decimal): -10784439 or 4813147. OLE color: 4813147.

HSL color Cylindrical-coordinate representation of color #5B7149: hue angle of 93º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B7149 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 73 -
CMYK 0.19 0 0.35 0.56
HSL 93º 0.22% 0.36% -
HSV(B) 93º 0.35% 0.44% -
XYZ 11.42 14.52 8.5 -
YUV 101.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 91 113 73 0.19 0 0.35 0.56 93 0.22 0.36
Hex 5B 71 49 13 0 23 38 5D 16 24
Octal 133 161 111 23 0 43 70 135 26 44
Binary 1011011 1110001 1001001 10011 0 100011 111000 1011101 10110 100100

Color Harmonies of #5B7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7149

Black with #5B7149

Text Example


Text Example

White with #5B7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B7149; }

 p { color: rgb(91,113,73); }

 H1.HeaderClassName
 {
   color: #5B7149;
 }
 .AnyTagClassName
 {
   color: #5B7149;
 }
</style>

background-color css

<style>
 a { background-color: #5B7149; }

 a { background-color: rgb(91,113,73); }

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

border-color css

<style>
 span { border-color: #5B7149; }

 span { border-color: rgb(91,113,73); }

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