#628366

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

Shades of Laurel #628366

Tints of Laurel #628366

Color information

#628366 (or 0x628366) is unknown color: approx Laurel. HEX triplet: 62, 83 and 66. RGB value is (98,131,102). Sum of RGB (Red+Green+Blue) = 98+131+102=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #628366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628366 is #9D7C99. Grayscale: #757575. Windows color (decimal): -10321050 or 6718306. OLE color: 6718306.

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

Color convert

RGB98131102-
CMYK0.2500.220.49
HSL127.27º14.41%44.9%-
HSV(B)127.27º25.19%51.37%-
XYZ15.5519.7915.57-
YUV117.83119.07113.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=29.61%
G=39.58%
B=30.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981311020.2500.220.49127.2714.4144.9
Hex62836619016317fe2d
Octal14220314631026611771655
Binary11000101000001111001101100101011011000111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628366; }

 p { color: rgb(98,131,102); }

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

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

 a { background-color: rgb(98,131,102); }

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

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

 span { border-color: rgb(98,131,102); }

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