Html Css Color HEX #5B7445 Dingley

📋 copy color: '#5B7445'

red 91 ◦ green 116 ◦ blue 69

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

Shades of Dingley #5B7445

Tints of Dingley #5B7445

RGB

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

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

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

R = 32.97%
G = 42.03%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#5B7445 (or 0x5B7445) is known color: Dingley. HEX triplet: 5B, 74 and 45. RGB value is (91,116,69). Sum of RGB (Red+Green+Blue) = 91+116+69=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7445 is #A48BBA. Grayscale: #676767. Windows color (decimal): -10783675 or 4551771. OLE color: 4551771.

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

Color convert

RGB 91 116 69 -
CMYK 0.22 0 0.41 0.55
HSL 91.91º 0.25% 0.36% -
HSV(B) 91.91º 0.41% 0.45% -
XYZ 11.63 15.14 7.94 -
YUV 103.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 91 116 69 0.22 0 0.41 0.55 91.91 0.25 0.36
Hex 5B 74 45 16 0 29 37 5C 19 24
Octal 133 164 105 26 0 51 67 134 31 44
Binary 1011011 1110100 1000101 10110 0 101001 110111 1011100 11001 100100

Color Harmonies of #5B7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7445

Black with #5B7445

Text Example


Text Example

White with #5B7445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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