Html Css Color HEX #5C914B Glade Green

📋 copy color: '#5C914B'

red 92 ◦ green 145 ◦ blue 75

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

Shades of Glade Green #5C914B

Tints of Glade Green #5C914B

RGB

 RED value IS 92 (36.33% from 255) = 29.49%

 GREEN value IS 145 (57.03% from 255) = 46.47%

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

R = 29.49%
G = 46.47%
B = 24.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#5C914B (or 0x5C914B) is known color: Glade Green. HEX triplet: 5C, 91 and 4B. RGB value is (92,145,75). Sum of RGB (Red+Green+Blue) = 92+145+75=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #5C914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C914B is #A36EB4. Grayscale: #797979. Windows color (decimal): -10710709 or 4952412. OLE color: 4952412.

HSL color Cylindrical-coordinate representation of color #5C914B: hue angle of 105.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C914B is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 145 75 -
CMYK 0.37 0 0.48 0.43
HSL 105.43º 0.32% 0.43% -
HSV(B) 105.43º 0.48% 0.57% -
XYZ 15.81 23.03 10.27 -
YUV 121.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 92 145 75 0.37 0 0.48 0.43 105.43 0.32 0.43
Hex 5C 91 4B 25 0 30 2B 69 20 2B
Octal 134 221 113 45 0 60 53 151 40 53
Binary 1011100 10010001 1001011 100101 0 110000 101011 1101001 100000 101011

Color Harmonies of #5C914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C914B

Black with #5C914B

Text Example


Text Example

White with #5C914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,145,75); }

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

background-color css

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

 a { background-color: rgb(92,145,75); }

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

border-color css

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

 span { border-color: rgb(92,145,75); }

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