Html Css Color HEX #5A833D Dingley

📋 copy color: '#5A833D'

red 90 ◦ green 131 ◦ blue 61

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

Shades of Dingley #5A833D

Tints of Dingley #5A833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

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

R = 31.91%
G = 46.45%
B = 21.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#5A833D (or 0x5A833D) is known color: Dingley. HEX triplet: 5A, 83 and 3D. RGB value is (90,131,61). Sum of RGB (Red+Green+Blue) = 90+131+61=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #5A833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A833D is #A57CC2. Grayscale: #6E6E6E. Windows color (decimal): -10845379 or 4031322. OLE color: 4031322.

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

Color convert

RGB 90 131 61 -
CMYK 0.31 0 0.53 0.49
HSL 95.14º 0.36% 0.38% -
HSV(B) 95.14º 0.53% 0.51% -
XYZ 13.18 18.74 7.34 -
YUV 110.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 90 131 61 0.31 0 0.53 0.49 95.14 0.36 0.38
Hex 5A 83 3D 1F 0 35 31 5F 24 26
Octal 132 203 75 37 0 65 61 137 44 46
Binary 1011010 10000011 111101 11111 0 110101 110001 1011111 100100 100110

Color Harmonies of #5A833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A833D

Black with #5A833D

Text Example


Text Example

White with #5A833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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