#548169

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

Shades of Cutty Sark #548169

Tints of Cutty Sark #548169

Color information

#548169 (or 0x548169) is unknown color: approx Cutty Sark. HEX triplet: 54, 81 and 69. RGB value is (84,129,105). Sum of RGB (Red+Green+Blue) = 84+129+105=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #548169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548169 is #AB7E96. Grayscale: #707070. Windows color (decimal): -11239063 or 6914388. OLE color: 6914388.

HSL color Cylindrical-coordinate representation of color #548169: hue angle of 148º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548169 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB84129105-
CMYK0.3500.190.49
HSL148º21.13%41.76%-
HSV(B)148º34.88%50.59%-
XYZ14.0618.6116.21-
YUV112.81123.59107.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=26.42%
G=40.57%
B=33.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841291050.3500.190.4914821.1341.76
Hex548169230133194152a
Octal12420115143023612242552
Binary10101001000000111010011000110100111100011001010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548169; }

 p { color: rgb(84,129,105); }

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

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

 a { background-color: rgb(84,129,105); }

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

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

 span { border-color: rgb(84,129,105); }

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