#4F836C

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

Shades of Cutty Sark #4F836C

Tints of Cutty Sark #4F836C

Color information

#4F836C (or 0x4F836C) is unknown color: approx Cutty Sark. HEX triplet: 4F, 83 and 6C. RGB value is (79,131,108). Sum of RGB (Red+Green+Blue) = 79+131+108=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #4F836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F836C is #B07C93. Grayscale: #707070. Windows color (decimal): -11566228 or 7111503. OLE color: 7111503.

HSL color Cylindrical-coordinate representation of color #4F836C: hue angle of 153.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F836C is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB79131108-
CMYK0.4000.180.49
HSL153.46º24.76%41.18%-
HSV(B)153.46º39.69%51.37%-
XYZ14.0518.9817.11-
YUV112.83125.27103.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=24.84%
G=41.19%
B=33.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791311080.4000.180.49153.4624.7641.18
Hex4F836C2801231991929
Octal11720315450022612313151
Binary10011111000001111011001010000100101100011001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F836C; }

 p { color: rgb(79,131,108); }

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

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

 a { background-color: rgb(79,131,108); }

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

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

 span { border-color: rgb(79,131,108); }

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