Html Css Color HEX #5B7948 Dingley

📋 copy color: '#5B7948'

red 91 ◦ green 121 ◦ blue 72

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

Shades of Dingley #5B7948

Tints of Dingley #5B7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.61%

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

R = 32.04%
G = 42.61%
B = 25.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#5B7948 (or 0x5B7948) is known color: Dingley. HEX triplet: 5B, 79 and 48. RGB value is (91,121,72). Sum of RGB (Red+Green+Blue) = 91+121+72=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7948 is #A486B7. Grayscale: #6A6A6A. Windows color (decimal): -10782392 or 4749659. OLE color: 4749659.

HSL color Cylindrical-coordinate representation of color #5B7948: hue angle of 96.73º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B7948 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 121 72 -
CMYK 0.25 0 0.40 0.53
HSL 96.73º 0.25% 0.38% -
HSV(B) 96.73º 0.4% 0.47% -
XYZ 12.32 16.37 8.64 -
YUV 106.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 91 121 72 0.25 0 0.40 0.53 96.73 0.25 0.38
Hex 5B 79 48 19 0 28 35 61 19 26
Octal 133 171 110 31 0 50 65 141 31 46
Binary 1011011 1111001 1001000 11001 0 101000 110101 1100001 11001 100110

Color Harmonies of #5B7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7948

Black with #5B7948

Text Example


Text Example

White with #5B7948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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