#618272

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

Shades of Cutty Sark #618272

Tints of Cutty Sark #618272

Color information

#618272 (or 0x618272) is unknown color: approx Cutty Sark. HEX triplet: 61, 82 and 72. RGB value is (97,130,114). Sum of RGB (Red+Green+Blue) = 97+130+114=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #618272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618272 is #9E7D8D. Grayscale: #767676. Windows color (decimal): -10386830 or 7504481. OLE color: 7504481.

HSL color Cylindrical-coordinate representation of color #618272: hue angle of 150.91º 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 #618272 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB97130114-
CMYK0.2500.120.49
HSL150.91º14.54%44.51%-
HSV(B)150.91º25.38%50.98%-
XYZ15.9519.7218.89-
YUV118.31125.57112.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=28.45%
G=38.12%
B=33.43%

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
Decimal971301140.2500.120.49150.9114.5444.51
Hex618272190C3197f2d
Octal14120216231014612271755
Binary11000011000001011100101100101100110001100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618272; }

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

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

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

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

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

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

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

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