#618478

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

Shades of Cutty Sark #618478

Tints of Cutty Sark #618478

Color information

#618478 (or 0x618478) is unknown color: approx Cutty Sark. HEX triplet: 61, 84 and 78. RGB value is (97,132,120). Sum of RGB (Red+Green+Blue) = 97+132+120=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #618478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618478 is #9E7B87. Grayscale: #787878. Windows color (decimal): -10386312 or 7898209. OLE color: 7898209.

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

Color convert

RGB97132120-
CMYK0.2700.090.48
HSL159.43º15.28%44.9%-
HSV(B)159.43º26.52%51.76%-
XYZ16.5720.420.83-
YUV120.17127.9111.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=27.79%
G=37.82%
B=34.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321200.2700.090.48159.4315.2844.9
Hex6184781B09309ff2d
Octal14120417033011602371755
Binary11000011000010011110001101101001110000100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618478; }

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

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

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

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

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

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

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

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