#618373

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

Shades of Cutty Sark #618373

Tints of Cutty Sark #618373

Color information

#618373 (or 0x618373) is unknown color: approx Cutty Sark. HEX triplet: 61, 83 and 73. RGB value is (97,131,115). Sum of RGB (Red+Green+Blue) = 97+131+115=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #618373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618373 is #9E7C8C. Grayscale: #777777. Windows color (decimal): -10386573 or 7570273. OLE color: 7570273.

HSL color Cylindrical-coordinate representation of color #618373: hue angle of 151.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618373 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB97131115-
CMYK0.2600.120.49
HSL151.76º14.91%44.71%-
HSV(B)151.76º25.95%51.37%-
XYZ16.1420.0119.23-
YUV119.01125.74112.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=28.28%
G=38.19%
B=33.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311150.2600.120.49151.7614.9144.71
Hex6183731A0C3198f2d
Octal14120316332014612301755
Binary11000011000001111100111101001100110001100110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618373; }

 p { color: rgb(97,131,115); }

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

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

 a { background-color: rgb(97,131,115); }

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

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

 span { border-color: rgb(97,131,115); }

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