Html Css Color HEX #5E7942 Dingley

📋 copy color: '#5E7942'

red 94 ◦ green 121 ◦ blue 66

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

Shades of Dingley #5E7942

Tints of Dingley #5E7942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

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

R = 33.45%
G = 43.06%
B = 23.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#5E7942 (or 0x5E7942) is known color: Dingley. HEX triplet: 5E, 79 and 42. RGB value is (94,121,66). Sum of RGB (Red+Green+Blue) = 94+121+66=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7942 is #A186BD. Grayscale: #6A6A6A. Windows color (decimal): -10585790 or 4356446. OLE color: 4356446.

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

Color convert

RGB 94 121 66 -
CMYK 0.22 0 0.45 0.53
HSL 89.45º 0.29% 0.37% -
HSV(B) 89.45º 0.45% 0.47% -
XYZ 12.44 16.45 7.67 -
YUV 106.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 94 121 66 0.22 0 0.45 0.53 89.45 0.29 0.37
Hex 5E 79 42 16 0 2D 35 59 1D 25
Octal 136 171 102 26 0 55 65 131 35 45
Binary 1011110 1111001 1000010 10110 0 101101 110101 1011001 11101 100101

Color Harmonies of #5E7942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7942

Black with #5E7942

Text Example


Text Example

White with #5E7942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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