#618479

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

Shades of Cutty Sark #618479

Tints of Cutty Sark #618479

Color information

#618479 (or 0x618479) is unknown color: approx Cutty Sark. HEX triplet: 61, 84 and 79. RGB value is (97,132,121). Sum of RGB (Red+Green+Blue) = 97+132+121=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #618479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618479 is #9E7B86. Grayscale: #787878. Windows color (decimal): -10386311 or 7963745. OLE color: 7963745.

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

Color convert

RGB97132121-
CMYK0.2700.080.48
HSL161.14º15.28%44.9%-
HSV(B)161.14º26.52%51.76%-
XYZ16.6320.4221.15-
YUV120.28128.4111.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=27.71%
G=37.71%
B=34.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321210.2700.080.48161.1415.2844.9
Hex6184791B0830a1f2d
Octal14120417133010602411755
Binary11000011000010011110011101101000110000101000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618479; }

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

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

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

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

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

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

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

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