#618C4F

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

Shades of Glade Green #618C4F

Tints of Glade Green #618C4F

Color information

#618C4F (or 0x618C4F) is unknown color: approx Glade Green. HEX triplet: 61, 8C and 4F. RGB value is (97,140,79). Sum of RGB (Red+Green+Blue) = 97+140+79=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #618C4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C4F is #9E73B0. Grayscale: #787878. Windows color (decimal): -10384305 or 5213281. OLE color: 5213281.

HSL color Cylindrical-coordinate representation of color #618C4F: hue angle of 102.3º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618C4F is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB9714079-
CMYK0.3100.440.45
HSL102.3º27.85%42.94%-
HSV(B)102.3º43.57%54.9%-
XYZ15.7221.8610.79-
YUV120.19104.75111.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 79 (31.25% from 255) = 25%
R=30.70%
G=44.30%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97140790.3100.440.45102.327.8542.94
Hex618C4F1F02C2D661c2b
Octal14121411737054551463453
Binary1100001100011001001111111110101100101101110011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618C4F; }

 p { color: rgb(97,140,79); }

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

<style>
 a { background-color: #618C4F; }

 a { background-color: rgb(97,140,79); }

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

<style>
 span { border-color: #618C4F; }

 span { border-color: rgb(97,140,79); }

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