#638478

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

Shades of Cutty Sark #638478

Tints of Cutty Sark #638478

Color information

#638478 (or 0x638478) is unknown color: approx Cutty Sark. HEX triplet: 63, 84 and 78. RGB value is (99,132,120). Sum of RGB (Red+Green+Blue) = 99+132+120=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #638478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638478 is #9C7B87. Grayscale: #787878. Windows color (decimal): -10255240 or 7898211. OLE color: 7898211.

HSL color Cylindrical-coordinate representation of color #638478: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638478 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB99132120-
CMYK0.2500.090.48
HSL158.18º14.29%45.29%-
HSV(B)158.18º25%51.76%-
XYZ16.7920.5120.84-
YUV120.76127.57112.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=28.21%
G=37.61%
B=34.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321200.2500.090.48158.1814.2945.29
Hex6384781909309ee2d
Octal14320417031011602361655
Binary11000111000010011110001100101001110000100111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638478; }

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

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

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

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

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

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

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

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