Html Css Color HEX #5E7D3D Dingley

📋 copy color: '#5E7D3D'

red 94 ◦ green 125 ◦ blue 61

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

Shades of Dingley #5E7D3D

Tints of Dingley #5E7D3D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.64%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 33.57%
G = 44.64%
B = 21.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#5E7D3D (or 0x5E7D3D) is known color: Dingley. HEX triplet: 5E, 7D and 3D. RGB value is (94,125,61). Sum of RGB (Red+Green+Blue) = 94+125+61=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7D3D is #A182C2. Grayscale: #6C6C6C. Windows color (decimal): -10584771 or 4029790. OLE color: 4029790.

HSL color Cylindrical-coordinate representation of color #5E7D3D: hue angle of 89.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E7D3D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 125 61 -
CMYK 0.25 0 0.51 0.51
HSL 89.06º 0.34% 0.36% -
HSV(B) 89.06º 0.51% 0.49% -
XYZ 12.79 17.38 7.1 -
YUV 108.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 94 125 61 0.25 0 0.51 0.51 89.06 0.34 0.36
Hex 5E 7D 3D 19 0 33 33 59 22 24
Octal 136 175 75 31 0 63 63 131 42 44
Binary 1011110 1111101 111101 11001 0 110011 110011 1011001 100010 100100

Color Harmonies of #5E7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7D3D

Black with #5E7D3D

Text Example


Text Example

White with #5E7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,125,61); }

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

background-color css

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

 a { background-color: rgb(94,125,61); }

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

border-color css

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

 span { border-color: rgb(94,125,61); }

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