Html Css Color HEX #5B724A Dingley

📋 copy color: '#5B724A'

red 91 ◦ green 114 ◦ blue 74

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

Shades of Dingley #5B724A

Tints of Dingley #5B724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 32.62%
G = 40.86%
B = 26.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#5B724A (or 0x5B724A) is known color: Dingley. HEX triplet: 5B, 72 and 4A. RGB value is (91,114,74). Sum of RGB (Red+Green+Blue) = 91+114+74=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #5B724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B724A is #A48DB5. Grayscale: #666666. Windows color (decimal): -10784182 or 4878939. OLE color: 4878939.

HSL color Cylindrical-coordinate representation of color #5B724A: hue angle of 94.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B724A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 74 -
CMYK 0.20 0 0.35 0.55
HSL 94.5º 0.21% 0.37% -
HSV(B) 94.5º 0.35% 0.45% -
XYZ 11.57 14.75 8.72 -
YUV 102.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 91 114 74 0.20 0 0.35 0.55 94.5 0.21 0.37
Hex 5B 72 4A 14 0 23 37 5E 15 25
Octal 133 162 112 24 0 43 67 136 25 45
Binary 1011011 1110010 1001010 10100 0 100011 110111 1011110 10101 100101

Color Harmonies of #5B724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B724A

Black with #5B724A

Text Example


Text Example

White with #5B724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,74); }

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

background-color css

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

 a { background-color: rgb(91,114,74); }

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

border-color css

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

 span { border-color: rgb(91,114,74); }

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