#628478

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

Shades of Cutty Sark #628478

Tints of Cutty Sark #628478

Color information

#628478 (or 0x628478) is unknown color: approx Cutty Sark. HEX triplet: 62, 84 and 78. RGB value is (98,132,120). Sum of RGB (Red+Green+Blue) = 98+132+120=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #628478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628478 is #9D7B87. Grayscale: #787878. Windows color (decimal): -10320776 or 7898210. OLE color: 7898210.

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

Color convert

RGB98132120-
CMYK0.2600.090.48
HSL158.82º14.78%45.1%-
HSV(B)158.82º25.76%51.76%-
XYZ16.6820.4620.84-
YUV120.47127.74111.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=28%
G=37.71%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981321200.2600.090.48158.8214.7845.1
Hex6284781A09309ff2d
Octal14220417032011602371755
Binary11000101000010011110001101001001110000100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628478; }

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

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

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

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

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

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

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

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