Html Css Color HEX #5A8041 Dingley

📋 copy color: '#5A8041'

red 90 ◦ green 128 ◦ blue 65

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

Shades of Dingley #5A8041

Tints of Dingley #5A8041

RGB

 RED value IS 90 (35.55% from 255) = 31.8%

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 31.8%
G = 45.23%
B = 22.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#5A8041 (or 0x5A8041) is known color: Dingley. HEX triplet: 5A, 80 and 41. RGB value is (90,128,65). Sum of RGB (Red+Green+Blue) = 90+128+65=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8041 is #A57FBE. Grayscale: #6D6D6D. Windows color (decimal): -10846143 or 4292698. OLE color: 4292698.

HSL color Cylindrical-coordinate representation of color #5A8041: hue angle of 96.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A8041 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 128 65 -
CMYK 0.30 0 0.49 0.50
HSL 96.19º 0.33% 0.38% -
HSV(B) 96.19º 0.49% 0.5% -
XYZ 12.89 17.99 7.79 -
YUV 109.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 90 128 65 0.30 0 0.49 0.50 96.19 0.33 0.38
Hex 5A 80 41 1E 0 31 32 60 21 26
Octal 132 200 101 36 0 61 62 140 41 46
Binary 1011010 10000000 1000001 11110 0 110001 110010 1100000 100001 100110

Color Harmonies of #5A8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8041

Black with #5A8041

Text Example


Text Example

White with #5A8041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,128,65); }

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

background-color css

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

 a { background-color: rgb(90,128,65); }

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

border-color css

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

 span { border-color: rgb(90,128,65); }

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