Html Css Color HEX #5A834E Glade Green

📋 copy color: '#5A834E'

red 90 ◦ green 131 ◦ blue 78

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

Shades of Glade Green #5A834E

Tints of Glade Green #5A834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.09%

R = 30.1%
G = 43.81%
B = 26.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#5A834E (or 0x5A834E) is known color: Glade Green. HEX triplet: 5A, 83 and 4E. RGB value is (90,131,78). Sum of RGB (Red+Green+Blue) = 90+131+78=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #5A834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A834E is #A57CB1. Grayscale: #707070. Windows color (decimal): -10845362 or 5145434. OLE color: 5145434.

HSL color Cylindrical-coordinate representation of color #5A834E: hue angle of 106.42º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A834E is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 131 78 -
CMYK 0.31 0 0.40 0.49
HSL 106.42º 0.25% 0.41% -
HSV(B) 106.42º 0.4% 0.51% -
XYZ 13.71 18.96 10.14 -
YUV 112.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 90 131 78 0.31 0 0.40 0.49 106.42 0.25 0.41
Hex 5A 83 4E 1F 0 28 31 6A 19 29
Octal 132 203 116 37 0 50 61 152 31 51
Binary 1011010 10000011 1001110 11111 0 101000 110001 1101010 11001 101001

Color Harmonies of #5A834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A834E

Black with #5A834E

Text Example


Text Example

White with #5A834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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