#618371

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

Shades of Cutty Sark #618371

Tints of Cutty Sark #618371

Color information

#618371 (or 0x618371) is unknown color: approx Cutty Sark. HEX triplet: 61, 83 and 71. RGB value is (97,131,113). Sum of RGB (Red+Green+Blue) = 97+131+113=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #618371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618371 is #9E7C8E. Grayscale: #767676. Windows color (decimal): -10386575 or 7439201. OLE color: 7439201.

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

Color convert

RGB97131113-
CMYK0.2600.140.49
HSL148.24º14.91%44.71%-
HSV(B)148.24º25.95%51.37%-
XYZ16.0319.9718.63-
YUV118.78124.74112.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=28.45%
G=38.42%
B=33.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311130.2600.140.49148.2414.9144.71
Hex6183711A0E3194f2d
Octal14120316132016612241755
Binary11000011000001111100011101001110110001100101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618371; }

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

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

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

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

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

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

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

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