#618464

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

Shades of Laurel #618464

Tints of Laurel #618464

Color information

#618464 (or 0x618464) is unknown color: approx Laurel. HEX triplet: 61, 84 and 64. RGB value is (97,132,100). Sum of RGB (Red+Green+Blue) = 97+132+100=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #618464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618464 is #9E7B9B. Grayscale: #757575. Windows color (decimal): -10386332 or 6587489. OLE color: 6587489.

HSL color Cylindrical-coordinate representation of color #618464: hue angle of 125.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618464 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB97132100-
CMYK0.2700.240.48
HSL125.14º15.28%44.9%-
HSV(B)125.14º26.52%51.76%-
XYZ15.4819.9615.09-
YUV117.89117.9113.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=29.48%
G=40.12%
B=30.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321000.2700.240.48125.1415.2844.9
Hex6184641B018307df2d
Octal14120414433030601751755
Binary11000011000010011001001101101100011000011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618464; }

 p { color: rgb(97,132,100); }

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

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

 a { background-color: rgb(97,132,100); }

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

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

 span { border-color: rgb(97,132,100); }

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