#628367

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

Shades of Laurel #628367

Tints of Laurel #628367

Color information

#628367 (or 0x628367) is unknown color: approx Laurel. HEX triplet: 62, 83 and 67. RGB value is (98,131,103). Sum of RGB (Red+Green+Blue) = 98+131+103=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #628367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628367 is #9D7C98. Grayscale: #767676. Windows color (decimal): -10321049 or 6783842. OLE color: 6783842.

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

Color convert

RGB98131103-
CMYK0.2500.210.49
HSL129.09º14.41%44.9%-
HSV(B)129.09º25.19%51.37%-
XYZ15.619.8115.83-
YUV117.94119.57113.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=29.52%
G=39.46%
B=31.02%

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
Decimal981311030.2500.210.49129.0914.4144.9
Hex628367190153181e2d
Octal14220314731025612011655
Binary110001010000011110011111001010101110001100000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628367; }

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

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

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

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

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

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

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

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