Html Css Color HEX #5A7840 Dingley

📋 copy color: '#5A7840'

red 90 ◦ green 120 ◦ blue 64

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

Shades of Dingley #5A7840

Tints of Dingley #5A7840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

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

R = 32.85%
G = 43.8%
B = 23.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#5A7840 (or 0x5A7840) is known color: Dingley. HEX triplet: 5A, 78 and 40. RGB value is (90,120,64). Sum of RGB (Red+Green+Blue) = 90+120+64=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7840 is #A587BF. Grayscale: #686868. Windows color (decimal): -10848192 or 4225114. OLE color: 4225114.

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

Color convert

RGB 90 120 64 -
CMYK 0.25 0 0.47 0.53
HSL 92.14º 0.3% 0.36% -
HSV(B) 92.14º 0.47% 0.47% -
XYZ 11.86 15.98 7.31 -
YUV 104.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 90 120 64 0.25 0 0.47 0.53 92.14 0.3 0.36
Hex 5A 78 40 19 0 2F 35 5C 1E 24
Octal 132 170 100 31 0 57 65 134 36 44
Binary 1011010 1111000 1000000 11001 0 101111 110101 1011100 11110 100100

Color Harmonies of #5A7840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7840

Black with #5A7840

Text Example


Text Example

White with #5A7840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,64); }

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

background-color css

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

 a { background-color: rgb(90,120,64); }

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

border-color css

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

 span { border-color: rgb(90,120,64); }

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