Html Css Color HEX #5E8045 Dingley

📋 copy color: '#5E8045'

red 94 ◦ green 128 ◦ blue 69

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

Shades of Dingley #5E8045

Tints of Dingley #5E8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 32.3%
G = 43.99%
B = 23.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#5E8045 (or 0x5E8045) is known color: Dingley. HEX triplet: 5E, 80 and 45. RGB value is (94,128,69). Sum of RGB (Red+Green+Blue) = 94+128+69=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8045 is #A17FBA. Grayscale: #6F6F6F. Windows color (decimal): -10583995 or 4554846. OLE color: 4554846.

HSL color Cylindrical-coordinate representation of color #5E8045: hue angle of 94.58º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E8045 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 69 -
CMYK 0.27 0 0.46 0.50
HSL 94.58º 0.3% 0.39% -
HSV(B) 94.58º 0.46% 0.5% -
XYZ 13.41 18.25 8.45 -
YUV 111.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 94 128 69 0.27 0 0.46 0.50 94.58 0.3 0.39
Hex 5E 80 45 1B 0 2E 32 5F 1E 27
Octal 136 200 105 33 0 56 62 137 36 47
Binary 1011110 10000000 1000101 11011 0 101110 110010 1011111 11110 100111

Color Harmonies of #5E8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8045

Black with #5E8045

Text Example


Text Example

White with #5E8045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,128,69); }

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

background-color css

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

 a { background-color: rgb(94,128,69); }

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

border-color css

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

 span { border-color: rgb(94,128,69); }

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