#005042

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

Shades of Cyprus #005042

Tints of Cyprus #005042

Color information

#005042 (or 0x005042) is unknown color: approx Cyprus. HEX triplet: 00, 50 and 42. RGB value is (0,80,66). Sum of RGB (Red+Green+Blue) = 0+80+66=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #005042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005042 is #FFAFBD. Grayscale: #363636. Windows color (decimal): -16756670 or 4345856. OLE color: 4345856.

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

Color convert

RGB08066-
CMYK100.170.69
HSL169.5º100%15.69%-
HSV(B)169.5º100%31.37%-
XYZ3.856.136.13-
YUV54.48134.589.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 66 (26.17% from 255) = 45.21%
R=0%
G=54.79%
B=45.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08066100.170.69169.510015.69
Hex050426401145aa6410
Octal012010214402110525214420
Binary0101000010000101100100010001100010110101010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005042; }

 p { color: rgb(0,80,66); }

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

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

 a { background-color: rgb(0,80,66); }

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

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

 span { border-color: rgb(0,80,66); }

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