Html Css Color HEX #5A833A Dingley

📋 copy color: '#5A833A'

red 90 ◦ green 131 ◦ blue 58

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

Shades of Dingley #5A833A

Tints of Dingley #5A833A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 32.26%
G = 46.95%
B = 20.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#5A833A (or 0x5A833A) is known color: Dingley. HEX triplet: 5A, 83 and 3A. RGB value is (90,131,58). Sum of RGB (Red+Green+Blue) = 90+131+58=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #5A833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A833A is #A57CC5. Grayscale: #6E6E6E. Windows color (decimal): -10845382 or 3834714. OLE color: 3834714.

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

Color convert

RGB 90 131 58 -
CMYK 0.31 0 0.56 0.49
HSL 93.7º 0.39% 0.37% -
HSV(B) 93.7º 0.56% 0.51% -
XYZ 13.1 18.71 6.92 -
YUV 110.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 90 131 58 0.31 0 0.56 0.49 93.7 0.39 0.37
Hex 5A 83 3A 1F 0 38 31 5E 27 25
Octal 132 203 72 37 0 70 61 136 47 45
Binary 1011010 10000011 111010 11111 0 111000 110001 1011110 100111 100101

Color Harmonies of #5A833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A833A

Black with #5A833A

Text Example


Text Example

White with #5A833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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