#054840

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

Shades of Cyprus #054840

Tints of Cyprus #054840

Color information

#054840 (or 0x054840) is unknown color: approx Cyprus. HEX triplet: 05, 48 and 40. RGB value is (5,72,64). Sum of RGB (Red+Green+Blue) = 5+72+64=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #054840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054840 is #FAB7BF. Grayscale: #333333. Windows color (decimal): -16431040 or 4212741. OLE color: 4212741.

HSL color Cylindrical-coordinate representation of color #054840: hue angle of 172.84º 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 #054840 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB57264-
CMYK0.9300.110.72
HSL172.84º87.01%15.1%-
HSV(B)172.84º93.06%28.24%-
XYZ3.315.045.65-
YUV51.05135.395.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=3.55%
G=51.06%
B=45.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572640.9300.110.72172.8487.0115.1
Hex548405D0B48ad57f
Octal511010013501311025512717
Binary1011001000100000010111010101110010001010110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054840; }

 p { color: rgb(5,72,64); }

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

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

 a { background-color: rgb(5,72,64); }

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

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

 span { border-color: rgb(5,72,64); }

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