Html Css Color HEX #5E8248 Dingley

📋 copy color: '#5E8248'

red 94 ◦ green 130 ◦ blue 72

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

Shades of Dingley #5E8248

Tints of Dingley #5E8248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 31.76%
G = 43.92%
B = 24.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#5E8248 (or 0x5E8248) is known color: Dingley. HEX triplet: 5E, 82 and 48. RGB value is (94,130,72). Sum of RGB (Red+Green+Blue) = 94+130+72=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8248 is #A17DB7. Grayscale: #707070. Windows color (decimal): -10583480 or 4751966. OLE color: 4751966.

HSL color Cylindrical-coordinate representation of color #5E8248: hue angle of 97.24º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E8248 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 130 72 -
CMYK 0.28 0 0.45 0.49
HSL 97.24º 0.29% 0.4% -
HSV(B) 97.24º 0.45% 0.51% -
XYZ 13.77 18.81 9.04 -
YUV 112.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 94 130 72 0.28 0 0.45 0.49 97.24 0.29 0.4
Hex 5E 82 48 1C 0 2D 31 61 1D 28
Octal 136 202 110 34 0 55 61 141 35 50
Binary 1011110 10000010 1001000 11100 0 101101 110001 1100001 11101 101000

Color Harmonies of #5E8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8248

Black with #5E8248

Text Example


Text Example

White with #5E8248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,130,72); }

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

background-color css

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

 a { background-color: rgb(94,130,72); }

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

border-color css

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

 span { border-color: rgb(94,130,72); }

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