#618265

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

Shades of Laurel #618265

Tints of Laurel #618265

Color information

#618265 (or 0x618265) is unknown color: approx Laurel. HEX triplet: 61, 82 and 65. RGB value is (97,130,101). Sum of RGB (Red+Green+Blue) = 97+130+101=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #618265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618265 is #9E7D9A. Grayscale: #747474. Windows color (decimal): -10386843 or 6652513. OLE color: 6652513.

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

Color convert

RGB97130101-
CMYK0.2500.220.49
HSL127.27º14.54%44.51%-
HSV(B)127.27º25.38%50.98%-
XYZ15.2619.4515.26-
YUV116.83119.07113.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=29.57%
G=39.63%
B=30.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301010.2500.220.49127.2714.5444.51
Hex61826519016317ff2d
Octal14120214531026611771755
Binary11000011000001011001011100101011011000111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618265; }

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

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

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

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

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

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

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

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