#54836F

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

Shades of Cutty Sark #54836F

Tints of Cutty Sark #54836F

Color information

#54836F (or 0x54836F) is unknown color: approx Cutty Sark. HEX triplet: 54, 83 and 6F. RGB value is (84,131,111). Sum of RGB (Red+Green+Blue) = 84+131+111=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #54836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54836F is #AB7C90. Grayscale: #727272. Windows color (decimal): -11238545 or 7308116. OLE color: 7308116.

HSL color Cylindrical-coordinate representation of color #54836F: hue angle of 154.47º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54836F is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB84131111-
CMYK0.3600.150.49
HSL154.47º21.86%42.16%-
HSV(B)154.47º35.88%51.37%-
XYZ14.6419.2717.99-
YUV114.67125.93106.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=25.77%
G=40.18%
B=34.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841311110.3600.150.49154.4721.8642.16
Hex54836F240F319a162a
Octal12420315744017612322652
Binary1010100100000111101111100100011111100011001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54836F; }

 p { color: rgb(84,131,111); }

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

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

 a { background-color: rgb(84,131,111); }

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

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

 span { border-color: rgb(84,131,111); }

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