Html Css Color HEX #5A853F Dingley

📋 copy color: '#5A853F'

red 90 ◦ green 133 ◦ blue 63

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

Shades of Dingley #5A853F

Tints of Dingley #5A853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 31.47%
G = 46.5%
B = 22.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#5A853F (or 0x5A853F) is known color: Dingley. HEX triplet: 5A, 85 and 3F. RGB value is (90,133,63). Sum of RGB (Red+Green+Blue) = 90+133+63=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #5A853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A853F is #A57AC0. Grayscale: #707070. Windows color (decimal): -10844865 or 4162906. OLE color: 4162906.

HSL color Cylindrical-coordinate representation of color #5A853F: hue angle of 96.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A853F is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 63 -
CMYK 0.32 0 0.53 0.48
HSL 96.86º 0.36% 0.38% -
HSV(B) 96.86º 0.53% 0.52% -
XYZ 13.5 19.31 7.72 -
YUV 112.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 90 133 63 0.32 0 0.53 0.48 96.86 0.36 0.38
Hex 5A 85 3F 20 0 35 30 61 24 26
Octal 132 205 77 40 0 65 60 141 44 46
Binary 1011010 10000101 111111 100000 0 110101 110000 1100001 100100 100110

Color Harmonies of #5A853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A853F

Black with #5A853F

Text Example


Text Example

White with #5A853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,133,63); }

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

background-color css

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

 a { background-color: rgb(90,133,63); }

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

border-color css

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

 span { border-color: rgb(90,133,63); }

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