Html Css Color HEX #5B7E45 Dingley

📋 copy color: '#5B7E45'

red 91 ◦ green 126 ◦ blue 69

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

Shades of Dingley #5B7E45

Tints of Dingley #5B7E45

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.06%

 BLUE value IS 69 (27.34% from 255) = 24.13%

R = 31.82%
G = 44.06%
B = 24.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#5B7E45 (or 0x5B7E45) is known color: Dingley. HEX triplet: 5B, 7E and 45. RGB value is (91,126,69). Sum of RGB (Red+Green+Blue) = 91+126+69=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7E45 is #A481BA. Grayscale: #6D6D6D. Windows color (decimal): -10781115 or 4554331. OLE color: 4554331.

HSL color Cylindrical-coordinate representation of color #5B7E45: hue angle of 96.84º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B7E45 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 126 69 -
CMYK 0.28 0 0.45 0.51
HSL 96.84º 0.29% 0.38% -
HSV(B) 96.84º 0.45% 0.49% -
XYZ 12.85 17.58 8.35 -
YUV 109.04 105.4 115.13 -
System Red Green Blue C M Y K H S L
Decimal 91 126 69 0.28 0 0.45 0.51 96.84 0.29 0.38
Hex 5B 7E 45 1C 0 2D 33 61 1D 26
Octal 133 176 105 34 0 55 63 141 35 46
Binary 1011011 1111110 1000101 11100 0 101101 110011 1100001 11101 100110

Color Harmonies of #5B7E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7E45

Black with #5B7E45

Text Example


Text Example

White with #5B7E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,126,69); }

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

background-color css

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

 a { background-color: rgb(91,126,69); }

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

border-color css

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

 span { border-color: rgb(91,126,69); }

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