#054e3f

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

Shades of Cyprus #054E3F

Tints of Cyprus #054E3F

Color information

#054E3F (or 0x054E3F) is unknown color: approx Cyprus. HEX triplet: 05, 4E and 3F. RGB value is (5,78,63). Sum of RGB (Red+Green+Blue) = 5+78+63=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #054E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054E3F is #FAB1C0. Grayscale: #363636. Windows color (decimal): -16429505 or 4148741. OLE color: 4148741.

HSL color Cylindrical-coordinate representation of color #054E3F: hue angle of 167.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E3F is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB57863-
CMYK0.9400.190.69
HSL167.67º87.95%16.27%-
HSV(B)167.67º93.59%30.59%-
XYZ3.685.845.64-
YUV54.46132.8292.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 78 (30.86% from 255) = 53.42%
BLUE value IS 63 (25% from 255) = 43.15%
R=3.42%
G=53.42%
B=43.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal578630.9400.190.69167.6787.9516.27
Hex54E3F5E01345a85810
Octal51167713602310525013020
Binary10110011101111111011110010011100010110101000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054e3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054e3f; }

 p { color: rgb(5,78,63); }

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

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

 a { background-color: rgb(5,78,63); }

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

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

 span { border-color: rgb(5,78,63); }

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