#628465

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

Shades of Laurel #628465

Tints of Laurel #628465

Color information

#628465 (or 0x628465) is unknown color: approx Laurel. HEX triplet: 62, 84 and 65. RGB value is (98,132,101). Sum of RGB (Red+Green+Blue) = 98+132+101=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #628465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628465 is #9D7B9A. Grayscale: #767676. Windows color (decimal): -10320795 or 6653026. OLE color: 6653026.

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

Color convert

RGB98132101-
CMYK0.2600.230.48
HSL125.29º14.78%45.1%-
HSV(B)125.29º25.76%51.76%-
XYZ15.6420.0415.36-
YUV118.3118.24113.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=29.61%
G=39.88%
B=30.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981321010.2600.230.48125.2914.7845.1
Hex6284651A017307df2d
Octal14220414532027601751755
Binary11000101000010011001011101001011111000011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628465; }

 p { color: rgb(98,132,101); }

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

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

 a { background-color: rgb(98,132,101); }

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

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

 span { border-color: rgb(98,132,101); }

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