Html Css Color HEX #5A7248 Dingley

📋 copy color: '#5A7248'

red 90 ◦ green 114 ◦ blue 72

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

Shades of Dingley #5A7248

Tints of Dingley #5A7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 32.61%
G = 41.3%
B = 26.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#5A7248 (or 0x5A7248) is known color: Dingley. HEX triplet: 5A, 72 and 48. RGB value is (90,114,72). Sum of RGB (Red+Green+Blue) = 90+114+72=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7248 is #A58DB7. Grayscale: #666666. Windows color (decimal): -10849720 or 4747866. OLE color: 4747866.

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

Color convert

RGB 90 114 72 -
CMYK 0.21 0 0.37 0.55
HSL 94.29º 0.23% 0.36% -
HSV(B) 94.29º 0.37% 0.45% -
XYZ 11.4 14.68 8.36 -
YUV 102.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 90 114 72 0.21 0 0.37 0.55 94.29 0.23 0.36
Hex 5A 72 48 15 0 25 37 5E 17 24
Octal 132 162 110 25 0 45 67 136 27 44
Binary 1011010 1110010 1001000 10101 0 100101 110111 1011110 10111 100100

Color Harmonies of #5A7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7248

Black with #5A7248

Text Example


Text Example

White with #5A7248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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