Html Css Color HEX #5A7D3B Dingley

📋 copy color: '#5A7D3B'

red 90 ◦ green 125 ◦ blue 59

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

Shades of Dingley #5A7D3B

Tints of Dingley #5A7D3B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.62%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 32.85%
G = 45.62%
B = 21.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#5A7D3B (or 0x5A7D3B) is known color: Dingley. HEX triplet: 5A, 7D and 3B. RGB value is (90,125,59). Sum of RGB (Red+Green+Blue) = 90+125+59=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D3B is #A582C4. Grayscale: #6B6B6B. Windows color (decimal): -10846917 or 3898714. OLE color: 3898714.

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

Color convert

RGB 90 125 59 -
CMYK 0.28 0 0.53 0.51
HSL 91.82º 0.36% 0.36% -
HSV(B) 91.82º 0.53% 0.49% -
XYZ 12.34 17.16 6.8 -
YUV 107.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 90 125 59 0.28 0 0.53 0.51 91.82 0.36 0.36
Hex 5A 7D 3B 1C 0 35 33 5C 24 24
Octal 132 175 73 34 0 65 63 134 44 44
Binary 1011010 1111101 111011 11100 0 110101 110011 1011100 100100 100100

Color Harmonies of #5A7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7D3B

Black with #5A7D3B

Text Example


Text Example

White with #5A7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,125,59); }

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

background-color css

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

 a { background-color: rgb(90,125,59); }

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

border-color css

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

 span { border-color: rgb(90,125,59); }

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