Html Css Color HEX #5A864B Glade Green

📋 copy color: '#5A864B'

red 90 ◦ green 134 ◦ blue 75

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

Shades of Glade Green #5A864B

Tints of Glade Green #5A864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 30.1%
G = 44.82%
B = 25.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#5A864B (or 0x5A864B) is known color: Glade Green. HEX triplet: 5A, 86 and 4B. RGB value is (90,134,75). Sum of RGB (Red+Green+Blue) = 90+134+75=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #5A864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A864B is #A579B4. Grayscale: #727272. Windows color (decimal): -10844597 or 4949594. OLE color: 4949594.

HSL color Cylindrical-coordinate representation of color #5A864B: hue angle of 104.75º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A864B is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 75 -
CMYK 0.33 0 0.44 0.47
HSL 104.75º 0.28% 0.41% -
HSV(B) 104.75º 0.44% 0.53% -
XYZ 14.01 19.73 9.73 -
YUV 114.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 90 134 75 0.33 0 0.44 0.47 104.75 0.28 0.41
Hex 5A 86 4B 21 0 2C 2F 69 1C 29
Octal 132 206 113 41 0 54 57 151 34 51
Binary 1011010 10000110 1001011 100001 0 101100 101111 1101001 11100 101001

Color Harmonies of #5A864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A864B

Black with #5A864B

Text Example


Text Example

White with #5A864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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