Html Css Color HEX #5C714D Dingley

📋 copy color: '#5C714D'

red 92 ◦ green 113 ◦ blue 77

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

Shades of Dingley #5C714D

Tints of Dingley #5C714D

RGB

 RED value IS 92 (36.33% from 255) = 32.62%

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 32.62%
G = 40.07%
B = 27.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#5C714D (or 0x5C714D) is known color: Dingley. HEX triplet: 5C, 71 and 4D. RGB value is (92,113,77). Sum of RGB (Red+Green+Blue) = 92+113+77=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #5C714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C714D is #A38EB2. Grayscale: #666666. Windows color (decimal): -10718899 or 5075292. OLE color: 5075292.

HSL color Cylindrical-coordinate representation of color #5C714D: hue angle of 95º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C714D is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 77 -
CMYK 0.19 0 0.32 0.56
HSL 95º 0.19% 0.37% -
HSV(B) 95º 0.32% 0.44% -
XYZ 11.66 14.62 9.23 -
YUV 102.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 92 113 77 0.19 0 0.32 0.56 95 0.19 0.37
Hex 5C 71 4D 13 0 20 38 5F 13 25
Octal 134 161 115 23 0 40 70 137 23 45
Binary 1011100 1110001 1001101 10011 0 100000 111000 1011111 10011 100101

Color Harmonies of #5C714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C714D

Black with #5C714D

Text Example


Text Example

White with #5C714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,77); }

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

background-color css

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

 a { background-color: rgb(92,113,77); }

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

border-color css

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

 span { border-color: rgb(92,113,77); }

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