#628368

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

Shades of Laurel #628368

Tints of Laurel #628368

Color information

#628368 (or 0x628368) is unknown color: approx Laurel. HEX triplet: 62, 83 and 68. RGB value is (98,131,104). Sum of RGB (Red+Green+Blue) = 98+131+104=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #628368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628368 is #9D7C97. Grayscale: #767676. Windows color (decimal): -10321048 or 6849378. OLE color: 6849378.

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

Color convert

RGB98131104-
CMYK0.2500.210.49
HSL130.91º14.41%44.9%-
HSV(B)130.91º25.19%51.37%-
XYZ15.6519.8316.1-
YUV118.05120.07113.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=29.43%
G=39.34%
B=31.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981311040.2500.210.49130.9114.4144.9
Hex628368190153183e2d
Octal14220315031025612031655
Binary110001010000011110100011001010101110001100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628368; }

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

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

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

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

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

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

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

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