#618258

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

Shades of Glade Green #618258

Tints of Glade Green #618258

Color information

#618258 (or 0x618258) is unknown color: approx Glade Green. HEX triplet: 61, 82 and 58. RGB value is (97,130,88). Sum of RGB (Red+Green+Blue) = 97+130+88=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #618258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618258 is #9E7DA7. Grayscale: #737373. Windows color (decimal): -10386856 or 5800545. OLE color: 5800545.

HSL color Cylindrical-coordinate representation of color #618258: hue angle of 107.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618258 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB9713088-
CMYK0.2500.320.49
HSL107.14º19.27%42.75%-
HSV(B)107.14º32.31%50.98%-
XYZ14.6719.2112.17-
YUV115.34112.57114.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=30.79%
G=41.27%
B=27.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130880.2500.320.49107.1419.2742.75
Hex61825819020316b132b
Octal14120213031040611532353
Binary1100001100000101011000110010100000110001110101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618258; }

 p { color: rgb(97,130,88); }

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

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

 a { background-color: rgb(97,130,88); }

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

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

 span { border-color: rgb(97,130,88); }

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