#618273

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

Shades of Cutty Sark #618273

Tints of Cutty Sark #618273

Color information

#618273 (or 0x618273) is unknown color: approx Cutty Sark. HEX triplet: 61, 82 and 73. RGB value is (97,130,115). Sum of RGB (Red+Green+Blue) = 97+130+115=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #618273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618273 is #9E7D8C. Grayscale: #767676. Windows color (decimal): -10386829 or 7570017. OLE color: 7570017.

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

Color convert

RGB97130115-
CMYK0.2500.120.49
HSL152.73º14.54%44.51%-
HSV(B)152.73º25.38%50.98%-
XYZ16.0119.7419.19-
YUV118.42126.07112.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=28.36%
G=38.01%
B=33.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301150.2500.120.49152.7314.5444.51
Hex618273190C3199f2d
Octal14120216331014612311755
Binary11000011000001011100111100101100110001100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618273; }

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

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

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

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

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

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

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

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