Html Css Color HEX #5A7346 Dingley

📋 copy color: '#5A7346'

red 90 ◦ green 115 ◦ blue 70

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

Shades of Dingley #5A7346

Tints of Dingley #5A7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 32.73%
G = 41.82%
B = 25.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#5A7346 (or 0x5A7346) is known color: Dingley. HEX triplet: 5A, 73 and 46. RGB value is (90,115,70). Sum of RGB (Red+Green+Blue) = 90+115+70=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7346 is #A58CB9. Grayscale: #666666. Windows color (decimal): -10849466 or 4617050. OLE color: 4617050.

HSL color Cylindrical-coordinate representation of color #5A7346: hue angle of 93.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7346 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 70 -
CMYK 0.22 0 0.39 0.55
HSL 93.33º 0.24% 0.36% -
HSV(B) 93.33º 0.39% 0.45% -
XYZ 11.45 14.88 8.06 -
YUV 102.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 90 115 70 0.22 0 0.39 0.55 93.33 0.24 0.36
Hex 5A 73 46 16 0 27 37 5D 18 24
Octal 132 163 106 26 0 47 67 135 30 44
Binary 1011010 1110011 1000110 10110 0 100111 110111 1011101 11000 100100

Color Harmonies of #5A7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7346

Black with #5A7346

Text Example


Text Example

White with #5A7346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,115,70); }

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

background-color css

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

 a { background-color: rgb(90,115,70); }

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

border-color css

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

 span { border-color: rgb(90,115,70); }

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