#628269

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

Shades of Laurel #628269

Tints of Laurel #628269

Color information

#628269 (or 0x628269) is unknown color: approx Laurel. HEX triplet: 62, 82 and 69. RGB value is (98,130,105). Sum of RGB (Red+Green+Blue) = 98+130+105=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #628269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628269 is #9D7D96. Grayscale: #757575. Windows color (decimal): -10321303 or 6914658. OLE color: 6914658.

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

Color convert

RGB98130105-
CMYK0.2500.190.49
HSL133.12º14.04%44.71%-
HSV(B)133.12º24.62%50.98%-
XYZ15.5719.5816.32-
YUV117.58120.9114.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=29.43%
G=39.04%
B=31.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301050.2500.190.49133.1214.0444.71
Hex628269190133185e2d
Octal14220215131023612051655
Binary110001010000010110100111001010011110001100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628269; }

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

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

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

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

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

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

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

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