#054746

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

Shades of Cyprus #054746

Tints of Cyprus #054746

Color information

#054746 (or 0x054746) is unknown color: approx Cyprus. HEX triplet: 05, 47 and 46. RGB value is (5,71,70). Sum of RGB (Red+Green+Blue) = 5+71+70=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #054746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054746 is #FAB8B9. Grayscale: #333333. Windows color (decimal): -16431290 or 4605701. OLE color: 4605701.

HSL color Cylindrical-coordinate representation of color #054746: hue angle of 179.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054746 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB57170-
CMYK0.9300.010.72
HSL179.09º86.84%14.9%-
HSV(B)179.09º92.96%27.84%-
XYZ3.424.986.58-
YUV51.15138.6395.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=3.42%
G=48.63%
B=47.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571700.9300.010.72179.0986.8414.9
Hex547465D0148b357f
Octal51071061350111026312717
Binary1011000111100011010111010110010001011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054746; }

 p { color: rgb(5,71,70); }

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

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

 a { background-color: rgb(5,71,70); }

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

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

 span { border-color: rgb(5,71,70); }

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