Html Css Color HEX #5A834B Glade Green

📋 copy color: '#5A834B'

red 90 ◦ green 131 ◦ blue 75

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

Shades of Glade Green #5A834B

Tints of Glade Green #5A834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 30.41%
G = 44.26%
B = 25.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#5A834B (or 0x5A834B) is known color: Glade Green. HEX triplet: 5A, 83 and 4B. RGB value is (90,131,75). Sum of RGB (Red+Green+Blue) = 90+131+75=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #5A834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A834B is #A57CB4. Grayscale: #707070. Windows color (decimal): -10845365 or 4948826. OLE color: 4948826.

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

Color convert

RGB 90 131 75 -
CMYK 0.31 0 0.43 0.49
HSL 103.93º 0.27% 0.4% -
HSV(B) 103.93º 0.43% 0.51% -
XYZ 13.6 18.91 9.59 -
YUV 112.36 106.92 112.05 -
System Red Green Blue C M Y K H S L
Decimal 90 131 75 0.31 0 0.43 0.49 103.93 0.27 0.4
Hex 5A 83 4B 1F 0 2B 31 68 1B 28
Octal 132 203 113 37 0 53 61 150 33 50
Binary 1011010 10000011 1001011 11111 0 101011 110001 1101000 11011 101000

Color Harmonies of #5A834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A834B

Black with #5A834B

Text Example


Text Example

White with #5A834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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