#628475

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

Shades of Cutty Sark #628475

Tints of Cutty Sark #628475

Color information

#628475 (or 0x628475) is unknown color: approx Cutty Sark. HEX triplet: 62, 84 and 75. RGB value is (98,132,117). Sum of RGB (Red+Green+Blue) = 98+132+117=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #628475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628475 is #9D7B8A. Grayscale: #787878. Windows color (decimal): -10320779 or 7701602. OLE color: 7701602.

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

Color convert

RGB98132117-
CMYK0.2600.110.48
HSL153.53º14.78%45.1%-
HSV(B)153.53º25.76%51.76%-
XYZ16.520.3819.89-
YUV120.12126.24112.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=28.24%
G=38.04%
B=33.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981321170.2600.110.48153.5314.7845.1
Hex6284751A0B309af2d
Octal14220416532013602321755
Binary11000101000010011101011101001011110000100110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628475; }

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

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

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

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

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

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

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

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