Html Css Color HEX #5C7642 Dingley

📋 copy color: '#5C7642'

red 92 ◦ green 118 ◦ blue 66

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

Shades of Dingley #5C7642

Tints of Dingley #5C7642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 33.33%
G = 42.75%
B = 23.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#5C7642 (or 0x5C7642) is known color: Dingley. HEX triplet: 5C, 76 and 42. RGB value is (92,118,66). Sum of RGB (Red+Green+Blue) = 92+118+66=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7642 is #A389BD. Grayscale: #686868. Windows color (decimal): -10717630 or 4355676. OLE color: 4355676.

HSL color Cylindrical-coordinate representation of color #5C7642: hue angle of 90º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C7642 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 66 -
CMYK 0.22 0 0.44 0.54
HSL 90º 0.28% 0.36% -
HSV(B) 90º 0.44% 0.46% -
XYZ 11.88 15.63 7.54 -
YUV 104.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 92 118 66 0.22 0 0.44 0.54 90 0.28 0.36
Hex 5C 76 42 16 0 2C 36 5A 1C 24
Octal 134 166 102 26 0 54 66 132 34 44
Binary 1011100 1110110 1000010 10110 0 101100 110110 1011010 11100 100100

Color Harmonies of #5C7642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7642

Black with #5C7642

Text Example


Text Example

White with #5C7642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,118,66); }

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

background-color css

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

 a { background-color: rgb(92,118,66); }

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

border-color css

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

 span { border-color: rgb(92,118,66); }

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