#628468

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

Shades of Laurel #628468

Tints of Laurel #628468

Color information

#628468 (or 0x628468) is unknown color: approx Laurel. HEX triplet: 62, 84 and 68. RGB value is (98,132,104). Sum of RGB (Red+Green+Blue) = 98+132+104=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #628468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628468 is #9D7B97. Grayscale: #767676. Windows color (decimal): -10320792 or 6849634. OLE color: 6849634.

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

Color convert

RGB98132104-
CMYK0.2600.210.48
HSL130.59º14.78%45.1%-
HSV(B)130.59º25.76%51.76%-
XYZ15.7920.116.14-
YUV118.64119.74113.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=29.34%
G=39.52%
B=31.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981321040.2600.210.48130.5914.7845.1
Hex6284681A0153083f2d
Octal14220415032025602031755
Binary110001010000100110100011010010101110000100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628468; }

 p { color: rgb(98,132,104); }

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

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

 a { background-color: rgb(98,132,104); }

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

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

 span { border-color: rgb(98,132,104); }

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