Html Css Color HEX #5E8742 Dingley

📋 copy color: '#5E8742'

red 94 ◦ green 135 ◦ blue 66

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

Shades of Dingley #5E8742

Tints of Dingley #5E8742

RGB

 RED value IS 94 (37.11% from 255) = 31.86%

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

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

R = 31.86%
G = 45.76%
B = 22.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#5E8742 (or 0x5E8742) is known color: Dingley. HEX triplet: 5E, 87 and 42. RGB value is (94,135,66). Sum of RGB (Red+Green+Blue) = 94+135+66=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8742 is #A178BD. Grayscale: #737373. Windows color (decimal): -10582206 or 4360030. OLE color: 4360030.

HSL color Cylindrical-coordinate representation of color #5E8742: hue angle of 95.65º 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 #5E8742 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 135 66 -
CMYK 0.30 0 0.51 0.47
HSL 95.65º 0.34% 0.39% -
HSV(B) 95.65º 0.51% 0.53% -
XYZ 14.26 20.1 8.28 -
YUV 114.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 94 135 66 0.30 0 0.51 0.47 95.65 0.34 0.39
Hex 5E 87 42 1E 0 33 2F 60 22 27
Octal 136 207 102 36 0 63 57 140 42 47
Binary 1011110 10000111 1000010 11110 0 110011 101111 1100000 100010 100111

Color Harmonies of #5E8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8742

Black with #5E8742

Text Example


Text Example

White with #5E8742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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