#618C4B

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

Shades of Glade Green #618C4B

Tints of Glade Green #618C4B

Color information

#618C4B (or 0x618C4B) is unknown color: approx Glade Green. HEX triplet: 61, 8C and 4B. RGB value is (97,140,75). Sum of RGB (Red+Green+Blue) = 97+140+75=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #618C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618C4B is #9E73B4. Grayscale: #777777. Windows color (decimal): -10384309 or 4951137. OLE color: 4951137.

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

Color convert

RGB9714075-
CMYK0.3100.460.45
HSL99.69º30.23%42.16%-
HSV(B)99.69º46.43%54.9%-
XYZ15.5821.8110.04-
YUV119.73102.75111.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 140 (55.08% from 255) = 44.87%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=31.09%
G=44.87%
B=24.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97140750.3100.460.4599.6930.2342.16
Hex618C4B1F02E2D641e2a
Octal14121411337056551443652
Binary1100001100011001001011111110101110101101110010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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