Html Css Color HEX #5E813D Dingley

📋 copy color: '#5E813D'

red 94 ◦ green 129 ◦ blue 61

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

Shades of Dingley #5E813D

Tints of Dingley #5E813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

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

R = 33.1%
G = 45.42%
B = 21.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#5E813D (or 0x5E813D) is known color: Dingley. HEX triplet: 5E, 81 and 3D. RGB value is (94,129,61). Sum of RGB (Red+Green+Blue) = 94+129+61=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #5E813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E813D is #A17EC2. Grayscale: #6F6F6F. Windows color (decimal): -10583747 or 4030814. OLE color: 4030814.

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

Color convert

RGB 94 129 61 -
CMYK 0.27 0 0.53 0.49
HSL 90.88º 0.36% 0.37% -
HSV(B) 90.88º 0.53% 0.51% -
XYZ 13.31 18.42 7.27 -
YUV 110.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 94 129 61 0.27 0 0.53 0.49 90.88 0.36 0.37
Hex 5E 81 3D 1B 0 35 31 5B 24 25
Octal 136 201 75 33 0 65 61 133 44 45
Binary 1011110 10000001 111101 11011 0 110101 110001 1011011 100100 100101

Color Harmonies of #5E813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E813D

Black with #5E813D

Text Example


Text Example

White with #5E813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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