Html Css Color HEX #5E813C Dingley

📋 copy color: '#5E813C'

red 94 ◦ green 129 ◦ blue 60

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

Shades of Dingley #5E813C

Tints of Dingley #5E813C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 33.22%
G = 45.58%
B = 21.2%

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

#5E813C (or 0x5E813C) is known color: Dingley. HEX triplet: 5E, 81 and 3C. RGB value is (94,129,60). Sum of RGB (Red+Green+Blue) = 94+129+60=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #5E813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E813C is #A17EC3. Grayscale: #6E6E6E. Windows color (decimal): -10583748 or 3965278. OLE color: 3965278.

HSL color Cylindrical-coordinate representation of color #5E813C: hue angle of 90.43º degrees, saturation: 0.37, 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 #5E813C is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 129 60 -
CMYK 0.27 0 0.53 0.49
HSL 90.43º 0.37% 0.37% -
HSV(B) 90.43º 0.53% 0.51% -
XYZ 13.28 18.41 7.13 -
YUV 110.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 94 129 60 0.27 0 0.53 0.49 90.43 0.37 0.37
Hex 5E 81 3C 1B 0 35 31 5A 25 25
Octal 136 201 74 33 0 65 61 132 45 45
Binary 1011110 10000001 111100 11011 0 110101 110001 1011010 100101 100101

Color Harmonies of #5E813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E813C

Black with #5E813C

Text Example


Text Example

White with #5E813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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