#618372

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

Shades of Cutty Sark #618372

Tints of Cutty Sark #618372

Color information

#618372 (or 0x618372) is unknown color: approx Cutty Sark. HEX triplet: 61, 83 and 72. RGB value is (97,131,114). Sum of RGB (Red+Green+Blue) = 97+131+114=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #618372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618372 is #9E7C8D. Grayscale: #767676. Windows color (decimal): -10386574 or 7504737. OLE color: 7504737.

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

Color convert

RGB97131114-
CMYK0.2600.130.49
HSL150º14.91%44.71%-
HSV(B)150º25.95%51.37%-
XYZ16.0819.9918.93-
YUV118.9125.24112.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=28.36%
G=38.30%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311140.2600.130.4915014.9144.71
Hex6183721A0D3196f2d
Octal14120316232015612261755
Binary11000011000001111100101101001101110001100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618372; }

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

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

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

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

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

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

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

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