Html Css Color HEX #5B7448 Dingley

📋 copy color: '#5B7448'

red 91 ◦ green 116 ◦ blue 72

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

Shades of Dingley #5B7448

Tints of Dingley #5B7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 32.62%
G = 41.58%
B = 25.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#5B7448 (or 0x5B7448) is known color: Dingley. HEX triplet: 5B, 74 and 48. RGB value is (91,116,72). Sum of RGB (Red+Green+Blue) = 91+116+72=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7448 is #A48BB7. Grayscale: #676767. Windows color (decimal): -10783672 or 4748379. OLE color: 4748379.

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

Color convert

RGB 91 116 72 -
CMYK 0.22 0 0.38 0.55
HSL 94.09º 0.23% 0.37% -
HSV(B) 94.09º 0.38% 0.45% -
XYZ 11.73 15.18 8.44 -
YUV 103.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 91 116 72 0.22 0 0.38 0.55 94.09 0.23 0.37
Hex 5B 74 48 16 0 26 37 5E 17 25
Octal 133 164 110 26 0 46 67 136 27 45
Binary 1011011 1110100 1001000 10110 0 100110 110111 1011110 10111 100101

Color Harmonies of #5B7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7448

Black with #5B7448

Text Example


Text Example

White with #5B7448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,116,72); }

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

background-color css

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

 a { background-color: rgb(91,116,72); }

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

border-color css

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

 span { border-color: rgb(91,116,72); }

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