#619568

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

Shades of Laurel #619568

Tints of Laurel #619568

Color information

#619568 (or 0x619568) is unknown color: approx Laurel. HEX triplet: 61, 95 and 68. RGB value is (97,149,104). Sum of RGB (Red+Green+Blue) = 97+149+104=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #619568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619568 is #9E6A97. Grayscale: #808080. Windows color (decimal): -10381976 or 6853985. OLE color: 6853985.

HSL color Cylindrical-coordinate representation of color #619568: hue angle of 128.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619568 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB97149104-
CMYK0.3500.300.42
HSL128.08º21.14%48.24%-
HSV(B)128.08º34.9%58.43%-
XYZ18.1825.0416.97-
YUV128.32114.27105.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=27.71%
G=42.57%
B=29.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491040.3500.300.42128.0821.1448.24
Hex6195682301E2A801530
Octal14122515043036522002560
Binary11000011001010111010001000110111101010101000000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619568; }

 p { color: rgb(97,149,104); }

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

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

 a { background-color: rgb(97,149,104); }

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

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

 span { border-color: rgb(97,149,104); }

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