#628569

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

Shades of Laurel #628569

Tints of Laurel #628569

Color information

#628569 (or 0x628569) is unknown color: approx Laurel. HEX triplet: 62, 85 and 69. RGB value is (98,133,105). Sum of RGB (Red+Green+Blue) = 98+133+105=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #628569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628569 is #9D7A96. Grayscale: #777777. Windows color (decimal): -10320535 or 6915426. OLE color: 6915426.

HSL color Cylindrical-coordinate representation of color #628569: hue angle of 132º 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 #628569 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB98133105-
CMYK0.2600.210.48
HSL132º15.15%45.29%-
HSV(B)132º26.32%52.16%-
XYZ15.9720.3916.46-
YUV119.34119.9112.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=29.17%
G=39.58%
B=31.25%

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
Decimal981331050.2600.210.4813215.1545.29
Hex6285691A0153084f2d
Octal14220515132025602041755
Binary110001010000101110100111010010101110000100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628569; }

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

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

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

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

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

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

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

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