Html Css Color HEX #5B7546 Dingley

📋 copy color: '#5B7546'

red 91 ◦ green 117 ◦ blue 70

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

Shades of Dingley #5B7546

Tints of Dingley #5B7546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 32.73%
G = 42.09%
B = 25.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#5B7546 (or 0x5B7546) is known color: Dingley. HEX triplet: 5B, 75 and 46. RGB value is (91,117,70). Sum of RGB (Red+Green+Blue) = 91+117+70=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7546 is #A48AB9. Grayscale: #686868. Windows color (decimal): -10783418 or 4617563. OLE color: 4617563.

HSL color Cylindrical-coordinate representation of color #5B7546: hue angle of 93.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B7546 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 117 70 -
CMYK 0.22 0 0.40 0.54
HSL 93.19º 0.25% 0.37% -
HSV(B) 93.19º 0.4% 0.46% -
XYZ 11.78 15.39 8.14 -
YUV 103.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 91 117 70 0.22 0 0.40 0.54 93.19 0.25 0.37
Hex 5B 75 46 16 0 28 36 5D 19 25
Octal 133 165 106 26 0 50 66 135 31 45
Binary 1011011 1110101 1000110 10110 0 101000 110110 1011101 11001 100101

Color Harmonies of #5B7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7546

Black with #5B7546

Text Example


Text Example

White with #5B7546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,70); }

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

background-color css

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

 a { background-color: rgb(91,117,70); }

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

border-color css

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

 span { border-color: rgb(91,117,70); }

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