#628268

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

Shades of Laurel #628268

Tints of Laurel #628268

Color information

#628268 (or 0x628268) is unknown color: approx Laurel. HEX triplet: 62, 82 and 68. RGB value is (98,130,104). Sum of RGB (Red+Green+Blue) = 98+130+104=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #628268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628268 is #9D7D97. Grayscale: #757575. Windows color (decimal): -10321304 or 6849122. OLE color: 6849122.

HSL color Cylindrical-coordinate representation of color #628268: hue angle of 131.25º 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 #628268 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB98130104-
CMYK0.2500.20.49
HSL131.25º14.04%44.71%-
HSV(B)131.25º24.62%50.98%-
XYZ15.5219.5616.05-
YUV117.47120.4114.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=29.52%
G=39.16%
B=31.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301040.2500.20.49131.2514.0444.71
Hex628268190143183e2d
Octal14220215031024612031655
Binary110001010000010110100011001010100110001100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628268; }

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

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

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

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

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

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

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

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