Html Css Color HEX #5A833B Dingley

📋 copy color: '#5A833B'

red 90 ◦ green 131 ◦ blue 59

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

Shades of Dingley #5A833B

Tints of Dingley #5A833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 32.14%
G = 46.79%
B = 21.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#5A833B (or 0x5A833B) is known color: Dingley. HEX triplet: 5A, 83 and 3B. RGB value is (90,131,59). Sum of RGB (Red+Green+Blue) = 90+131+59=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #5A833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A833B is #A57CC4. Grayscale: #6E6E6E. Windows color (decimal): -10845381 or 3900250. OLE color: 3900250.

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

Color convert

RGB 90 131 59 -
CMYK 0.31 0 0.55 0.49
HSL 94.17º 0.38% 0.37% -
HSV(B) 94.17º 0.55% 0.51% -
XYZ 13.12 18.72 7.06 -
YUV 110.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 90 131 59 0.31 0 0.55 0.49 94.17 0.38 0.37
Hex 5A 83 3B 1F 0 37 31 5E 26 25
Octal 132 203 73 37 0 67 61 136 46 45
Binary 1011010 10000011 111011 11111 0 110111 110001 1011110 100110 100101

Color Harmonies of #5A833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A833B

Black with #5A833B

Text Example


Text Example

White with #5A833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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