Html Css Color HEX #5E8038 Dingley

📋 copy color: '#5E8038'

red 94 ◦ green 128 ◦ blue 56

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

Shades of Dingley #5E8038

Tints of Dingley #5E8038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 33.81%
G = 46.04%
B = 20.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#5E8038 (or 0x5E8038) is known color: Dingley. HEX triplet: 5E, 80 and 38. RGB value is (94,128,56). Sum of RGB (Red+Green+Blue) = 94+128+56=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8038 is #A17FC7. Grayscale: #6D6D6D. Windows color (decimal): -10584008 or 3702878. OLE color: 3702878.

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

Color convert

RGB 94 128 56 -
CMYK 0.27 0 0.56 0.50
HSL 88.33º 0.39% 0.36% -
HSV(B) 88.33º 0.56% 0.5% -
XYZ 13.05 18.1 6.55 -
YUV 109.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 94 128 56 0.27 0 0.56 0.50 88.33 0.39 0.36
Hex 5E 80 38 1B 0 38 32 58 27 24
Octal 136 200 70 33 0 70 62 130 47 44
Binary 1011110 10000000 111000 11011 0 111000 110010 1011000 100111 100100

Color Harmonies of #5E8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8038

Black with #5E8038

Text Example


Text Example

White with #5E8038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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