#618364

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

Shades of Laurel #618364

Tints of Laurel #618364

Color information

#618364 (or 0x618364) is unknown color: approx Laurel. HEX triplet: 61, 83 and 64. RGB value is (97,131,100). Sum of RGB (Red+Green+Blue) = 97+131+100=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #618364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618364 is #9E7C9B. Grayscale: #757575. Windows color (decimal): -10386588 or 6587233. OLE color: 6587233.

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

Color convert

RGB97131100-
CMYK0.2600.240.49
HSL125.29º14.91%44.71%-
HSV(B)125.29º25.95%51.37%-
XYZ15.3519.6915.05-
YUV117.3118.24113.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=29.57%
G=39.94%
B=30.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311000.2600.240.49125.2914.9144.71
Hex6183641A018317df2d
Octal14120314432030611751755
Binary11000011000001111001001101001100011000111111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618364; }

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

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

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

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

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

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

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

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