Html Css Color HEX #5C8742 Dingley

📋 copy color: '#5C8742'

red 92 ◦ green 135 ◦ blue 66

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

Shades of Dingley #5C8742

Tints of Dingley #5C8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.08%

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

R = 31.4%
G = 46.08%
B = 22.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#5C8742 (or 0x5C8742) is known color: Dingley. HEX triplet: 5C, 87 and 42. RGB value is (92,135,66). Sum of RGB (Red+Green+Blue) = 92+135+66=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8742 is #A378BD. Grayscale: #727272. Windows color (decimal): -10713278 or 4360028. OLE color: 4360028.

HSL color Cylindrical-coordinate representation of color #5C8742: hue angle of 97.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8742 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 135 66 -
CMYK 0.32 0 0.51 0.47
HSL 97.39º 0.34% 0.39% -
HSV(B) 97.39º 0.51% 0.53% -
XYZ 14.06 20 8.27 -
YUV 114.28 100.75 112.11 -
System Red Green Blue C M Y K H S L
Decimal 92 135 66 0.32 0 0.51 0.47 97.39 0.34 0.39
Hex 5C 87 42 20 0 33 2F 61 22 27
Octal 134 207 102 40 0 63 57 141 42 47
Binary 1011100 10000111 1000010 100000 0 110011 101111 1100001 100010 100111

Color Harmonies of #5C8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8742

Black with #5C8742

Text Example


Text Example

White with #5C8742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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