#619468

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

Shades of Laurel #619468

Tints of Laurel #619468

Color information

#619468 (or 0x619468) is unknown color: approx Laurel. HEX triplet: 61, 94 and 68. RGB value is (97,148,104). Sum of RGB (Red+Green+Blue) = 97+148+104=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #619468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619468 is #9E6B97. Grayscale: #7F7F7F. Windows color (decimal): -10382232 or 6853729. OLE color: 6853729.

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

Color convert

RGB97148104-
CMYK0.3400.300.42
HSL128.24º20.82%48.04%-
HSV(B)128.24º34.46%58.04%-
XYZ18.0224.7216.92-
YUV127.73114.6106.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=27.79%
G=42.41%
B=29.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481040.3400.300.42128.2420.8248.04
Hex6194682201E2A801530
Octal14122415042036522002560
Binary11000011001010011010001000100111101010101000000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619468; }

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

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

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

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

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

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

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

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