#618B4B

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

Shades of Glade Green #618B4B

Tints of Glade Green #618B4B

Color information

#618B4B (or 0x618B4B) is unknown color: approx Glade Green. HEX triplet: 61, 8B and 4B. RGB value is (97,139,75). Sum of RGB (Red+Green+Blue) = 97+139+75=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #618B4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618B4B is #9E74B4. Grayscale: #777777. Windows color (decimal): -10384565 or 4950881. OLE color: 4950881.

HSL color Cylindrical-coordinate representation of color #618B4B: hue angle of 99.38º 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 #618B4B is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB9713975-
CMYK0.3000.460.45
HSL99.38º29.91%41.96%-
HSV(B)99.38º46.04%54.51%-
XYZ15.4321.5110-
YUV119.15103.09112.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=31.19%
G=44.69%
B=24.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97139750.3000.460.4599.3829.9141.96
Hex618B4B1E02E2D631e2a
Octal14121311336056551433652
Binary1100001100010111001011111100101110101101110001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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