#5F834B

Color #5F834B Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #5F834B

Tints of Glade Green #5F834B

Color information

#5F834B (or 0x5F834B) is unknown color: approx Glade Green. HEX triplet: 5F, 83 and 4B. RGB value is (95,131,75). Sum of RGB (Red+Green+Blue) = 95+131+75=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #5F834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F834B is #A07CB4. Grayscale: #727272. Windows color (decimal): -10517685 or 4948831. OLE color: 4948831.

HSL color Cylindrical-coordinate representation of color #5F834B: hue angle of 98.57º 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 #5F834B is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB9513175-
CMYK0.2700.430.49
HSL98.57º27.18%40.39%-
HSV(B)98.57º42.75%51.37%-
XYZ14.1119.179.61-
YUV113.85106.07114.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=31.56%
G=43.52%
B=24.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95131750.2700.430.4998.5727.1840.39
Hex5F834B1B02B31631b28
Octal13720311333053611433350
Binary1011111100000111001011110110101011110001110001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F834B;
 }
 .AnyTagClassName
 {
   color: #5F834B;
 }
</style>
background-color css

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

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

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

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

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

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