Html Css Color HEX #5A7E44 Dingley

📋 copy color: '#5A7E44'

red 90 ◦ green 126 ◦ blue 68

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

Shades of Dingley #5A7E44

Tints of Dingley #5A7E44

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.37%

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 31.69%
G = 44.37%
B = 23.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#5A7E44 (or 0x5A7E44) is known color: Dingley. HEX triplet: 5A, 7E and 44. RGB value is (90,126,68). Sum of RGB (Red+Green+Blue) = 90+126+68=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7E44 is #A581BB. Grayscale: #6C6C6C. Windows color (decimal): -10846652 or 4488794. OLE color: 4488794.

HSL color Cylindrical-coordinate representation of color #5A7E44: hue angle of 97.24º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A7E44 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 126 68 -
CMYK 0.29 0 0.46 0.51
HSL 97.24º 0.3% 0.38% -
HSV(B) 97.24º 0.46% 0.49% -
XYZ 12.72 17.51 8.18 -
YUV 108.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 90 126 68 0.29 0 0.46 0.51 97.24 0.3 0.38
Hex 5A 7E 44 1D 0 2E 33 61 1E 26
Octal 132 176 104 35 0 56 63 141 36 46
Binary 1011010 1111110 1000100 11101 0 101110 110011 1100001 11110 100110

Color Harmonies of #5A7E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E44

Black with #5A7E44

Text Example


Text Example

White with #5A7E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,126,68); }

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

background-color css

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

 a { background-color: rgb(90,126,68); }

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

border-color css

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

 span { border-color: rgb(90,126,68); }

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