#054944

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

Shades of Cyprus #054944

Tints of Cyprus #054944

Color information

#054944 (or 0x054944) is unknown color: approx Cyprus. HEX triplet: 05, 49 and 44. RGB value is (5,73,68). Sum of RGB (Red+Green+Blue) = 5+73+68=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #054944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054944 is #FAB6BB. Grayscale: #343434. Windows color (decimal): -16430780 or 4475141. OLE color: 4475141.

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

Color convert

RGB57368-
CMYK0.9300.070.71
HSL175.59º87.18%15.29%-
HSV(B)175.59º93.15%28.63%-
XYZ3.495.216.29-
YUV52.1136.9794.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=3.42%
G=50%
B=46.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573680.9300.070.71175.5987.1815.29
Hex549445D0747b057f
Octal51111041350710726012717
Binary101100100110001001011101011110001111011000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054944; }

 p { color: rgb(5,73,68); }

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

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

 a { background-color: rgb(5,73,68); }

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

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

 span { border-color: rgb(5,73,68); }

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