Html Css Color HEX #5A803D Dingley

📋 copy color: '#5A803D'

red 90 ◦ green 128 ◦ blue 61

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

Shades of Dingley #5A803D

Tints of Dingley #5A803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 32.26%
G = 45.88%
B = 21.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#5A803D (or 0x5A803D) is known color: Dingley. HEX triplet: 5A, 80 and 3D. RGB value is (90,128,61). Sum of RGB (Red+Green+Blue) = 90+128+61=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #5A803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A803D is #A57FC2. Grayscale: #6D6D6D. Windows color (decimal): -10846147 or 4030554. OLE color: 4030554.

HSL color Cylindrical-coordinate representation of color #5A803D: hue angle of 94.03º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A803D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 128 61 -
CMYK 0.30 0 0.52 0.50
HSL 94.03º 0.35% 0.37% -
HSV(B) 94.03º 0.52% 0.5% -
XYZ 12.78 17.95 7.21 -
YUV 109 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 90 128 61 0.30 0 0.52 0.50 94.03 0.35 0.37
Hex 5A 80 3D 1E 0 34 32 5E 23 25
Octal 132 200 75 36 0 64 62 136 43 45
Binary 1011010 10000000 111101 11110 0 110100 110010 1011110 100011 100101

Color Harmonies of #5A803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A803D

Black with #5A803D

Text Example


Text Example

White with #5A803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,128,61); }

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

background-color css

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

 a { background-color: rgb(90,128,61); }

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

border-color css

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

 span { border-color: rgb(90,128,61); }

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