Html Css Color HEX #5E7B40 Dingley

📋 copy color: '#5E7B40'

red 94 ◦ green 123 ◦ blue 64

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

Shades of Dingley #5E7B40

Tints of Dingley #5E7B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.77%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 33.45%
G = 43.77%
B = 22.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#5E7B40 (or 0x5E7B40) is known color: Dingley. HEX triplet: 5E, 7B and 40. RGB value is (94,123,64). Sum of RGB (Red+Green+Blue) = 94+123+64=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B40 is #A184BF. Grayscale: #6B6B6B. Windows color (decimal): -10585280 or 4225886. OLE color: 4225886.

HSL color Cylindrical-coordinate representation of color #5E7B40: hue angle of 89.49º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E7B40 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 123 64 -
CMYK 0.24 0 0.48 0.52
HSL 89.49º 0.32% 0.37% -
HSV(B) 89.49º 0.48% 0.48% -
XYZ 12.62 16.92 7.45 -
YUV 107.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 94 123 64 0.24 0 0.48 0.52 89.49 0.32 0.37
Hex 5E 7B 40 18 0 30 34 59 20 25
Octal 136 173 100 30 0 60 64 131 40 45
Binary 1011110 1111011 1000000 11000 0 110000 110100 1011001 100000 100101

Color Harmonies of #5E7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B40

Black with #5E7B40

Text Example


Text Example

White with #5E7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,123,64); }

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

background-color css

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

 a { background-color: rgb(94,123,64); }

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

border-color css

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

 span { border-color: rgb(94,123,64); }

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