#054542

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

Shades of Cyprus #054542

Tints of Cyprus #054542

Color information

#054542 (or 0x054542) is unknown color: approx Cyprus. HEX triplet: 05, 45 and 42. RGB value is (5,69,66). Sum of RGB (Red+Green+Blue) = 5+69+66=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #054542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054542 is #FABABD. Grayscale: #313131. Windows color (decimal): -16431806 or 4343045. OLE color: 4343045.

HSL color Cylindrical-coordinate representation of color #054542: hue angle of 177.19º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054542 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB56966-
CMYK0.9300.040.73
HSL177.19º86.49%14.51%-
HSV(B)177.19º92.75%27.06%-
XYZ3.174.685.89-
YUV49.52137.396.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=3.57%
G=49.29%
B=47.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569660.9300.040.73177.1986.4914.51
Hex545425D0449b156f
Octal51051021350411126112617
Binary101100010110000101011101010010010011011000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054542; }

 p { color: rgb(5,69,66); }

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

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

 a { background-color: rgb(5,69,66); }

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

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

 span { border-color: rgb(5,69,66); }

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