#618B4C

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

Shades of Glade Green #618B4C

Tints of Glade Green #618B4C

Color information

#618B4C (or 0x618B4C) is unknown color: approx Glade Green. HEX triplet: 61, 8B and 4C. RGB value is (97,139,76). Sum of RGB (Red+Green+Blue) = 97+139+76=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #618B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618B4C is #9E74B3. Grayscale: #777777. Windows color (decimal): -10384564 or 5016417. OLE color: 5016417.

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

Color convert

RGB9713976-
CMYK0.3000.450.45
HSL100º29.3%42.16%-
HSV(B)100º45.32%54.51%-
XYZ15.4721.5310.18-
YUV119.26103.59112.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=31.09%
G=44.55%
B=24.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97139760.3000.450.4510029.342.16
Hex618B4C1E02D2D641d2a
Octal14121311436055551443552
Binary1100001100010111001100111100101101101101110010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,139,76); }

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

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

 a { background-color: rgb(97,139,76); }

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

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

 span { border-color: rgb(97,139,76); }

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