Html Css Color HEX #5C7741 Dingley

📋 copy color: '#5C7741'

red 92 ◦ green 119 ◦ blue 65

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

Shades of Dingley #5C7741

Tints of Dingley #5C7741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 33.33%
G = 43.12%
B = 23.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#5C7741 (or 0x5C7741) is known color: Dingley. HEX triplet: 5C, 77 and 41. RGB value is (92,119,65). Sum of RGB (Red+Green+Blue) = 92+119+65=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7741 is #A388BE. Grayscale: #686868. Windows color (decimal): -10717375 or 4290396. OLE color: 4290396.

HSL color Cylindrical-coordinate representation of color #5C7741: hue angle of 90º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C7741 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 119 65 -
CMYK 0.23 0 0.45 0.53
HSL 90º 0.29% 0.36% -
HSV(B) 90º 0.45% 0.47% -
XYZ 11.96 15.85 7.43 -
YUV 104.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 92 119 65 0.23 0 0.45 0.53 90 0.29 0.36
Hex 5C 77 41 17 0 2D 35 5A 1D 24
Octal 134 167 101 27 0 55 65 132 35 44
Binary 1011100 1110111 1000001 10111 0 101101 110101 1011010 11101 100100

Color Harmonies of #5C7741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7741

Black with #5C7741

Text Example


Text Example

White with #5C7741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,119,65); }

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

background-color css

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

 a { background-color: rgb(92,119,65); }

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

border-color css

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

 span { border-color: rgb(92,119,65); }

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