Html Css Color HEX #5A7D38 Dingley

📋 copy color: '#5A7D38'

red 90 ◦ green 125 ◦ blue 56

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

Shades of Dingley #5A7D38

Tints of Dingley #5A7D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 33.21%
G = 46.13%
B = 20.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#5A7D38 (or 0x5A7D38) is known color: Dingley. HEX triplet: 5A, 7D and 38. RGB value is (90,125,56). Sum of RGB (Red+Green+Blue) = 90+125+56=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D38 is #A582C7. Grayscale: #6A6A6A. Windows color (decimal): -10846920 or 3702106. OLE color: 3702106.

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

Color convert

RGB 90 125 56 -
CMYK 0.28 0 0.55 0.51
HSL 90.43º 0.38% 0.35% -
HSV(B) 90.43º 0.55% 0.49% -
XYZ 12.26 17.13 6.4 -
YUV 106.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 90 125 56 0.28 0 0.55 0.51 90.43 0.38 0.35
Hex 5A 7D 38 1C 0 37 33 5A 26 23
Octal 132 175 70 34 0 67 63 132 46 43
Binary 1011010 1111101 111000 11100 0 110111 110011 1011010 100110 100011

Color Harmonies of #5A7D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7D38

Black with #5A7D38

Text Example


Text Example

White with #5A7D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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