Html Css Color HEX #5A8741 Dingley

📋 copy color: '#5A8741'

red 90 ◦ green 135 ◦ blue 65

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

Shades of Dingley #5A8741

Tints of Dingley #5A8741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.55%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 31.03%
G = 46.55%
B = 22.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#5A8741 (or 0x5A8741) is known color: Dingley. HEX triplet: 5A, 87 and 41. RGB value is (90,135,65). Sum of RGB (Red+Green+Blue) = 90+135+65=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8741 is #A578BE. Grayscale: #717171. Windows color (decimal): -10844351 or 4294490. OLE color: 4294490.

HSL color Cylindrical-coordinate representation of color #5A8741: hue angle of 98.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A8741 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 135 65 -
CMYK 0.33 0 0.52 0.47
HSL 98.57º 0.35% 0.39% -
HSV(B) 98.57º 0.52% 0.53% -
XYZ 13.83 19.88 8.11 -
YUV 113.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 90 135 65 0.33 0 0.52 0.47 98.57 0.35 0.39
Hex 5A 87 41 21 0 34 2F 63 23 27
Octal 132 207 101 41 0 64 57 143 43 47
Binary 1011010 10000111 1000001 100001 0 110100 101111 1100011 100011 100111

Color Harmonies of #5A8741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8741

Black with #5A8741

Text Example


Text Example

White with #5A8741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,135,65); }

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

background-color css

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

 a { background-color: rgb(90,135,65); }

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

border-color css

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

 span { border-color: rgb(90,135,65); }

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