#619465

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

Shades of Laurel #619465

Tints of Laurel #619465

Color information

#619465 (or 0x619465) is unknown color: approx Laurel. HEX triplet: 61, 94 and 65. RGB value is (97,148,101). Sum of RGB (Red+Green+Blue) = 97+148+101=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #619465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619465 is #9E6B9A. Grayscale: #7F7F7F. Windows color (decimal): -10382235 or 6657121. OLE color: 6657121.

HSL color Cylindrical-coordinate representation of color #619465: hue angle of 124.71º 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 #619465 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB97148101-
CMYK0.3400.320.42
HSL124.71º20.82%48.04%-
HSV(B)124.71º34.46%58.04%-
XYZ17.8724.6616.13-
YUV127.39113.1106.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=28.03%
G=42.77%
B=29.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481010.3400.320.42124.7120.8248.04
Hex619465220202A7d1530
Octal14122414542040521752560
Binary11000011001010011001011000100100000101010111110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619465; }

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

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

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

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

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

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

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

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