Html Css Color HEX #5A7348 Dingley

📋 copy color: '#5A7348'

red 90 ◦ green 115 ◦ blue 72

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

Shades of Dingley #5A7348

Tints of Dingley #5A7348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 32.49%
G = 41.52%
B = 25.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#5A7348 (or 0x5A7348) is known color: Dingley. HEX triplet: 5A, 73 and 48. RGB value is (90,115,72). Sum of RGB (Red+Green+Blue) = 90+115+72=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7348 is #A58CB7. Grayscale: #666666. Windows color (decimal): -10849464 or 4748122. OLE color: 4748122.

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

Color convert

RGB 90 115 72 -
CMYK 0.22 0 0.37 0.55
HSL 94.88º 0.23% 0.37% -
HSV(B) 94.88º 0.37% 0.45% -
XYZ 11.52 14.9 8.4 -
YUV 102.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 90 115 72 0.22 0 0.37 0.55 94.88 0.23 0.37
Hex 5A 73 48 16 0 25 37 5F 17 25
Octal 132 163 110 26 0 45 67 137 27 45
Binary 1011010 1110011 1001000 10110 0 100101 110111 1011111 10111 100101

Color Harmonies of #5A7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7348

Black with #5A7348

Text Example


Text Example

White with #5A7348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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