#074E49

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

Shades of Cyprus #074E49

Tints of Cyprus #074E49

Color information

#074E49 (or 0x074E49) is unknown color: approx Cyprus. HEX triplet: 07, 4E and 49. RGB value is (7,78,73). Sum of RGB (Red+Green+Blue) = 7+78+73=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #074E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E49 is #F8B1B6. Grayscale: #383838. Windows color (decimal): -16298423 or 4804103. OLE color: 4804103.

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

Color convert

RGB77873-
CMYK0.9100.060.69
HSL175.77º83.53%16.67%-
HSV(B)175.77º91.03%30.59%-
XYZ4.015.977.25-
YUV56.2137.4892.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 78 (30.86% from 255) = 49.37%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=4.43%
G=49.37%
B=46.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778730.9100.060.69175.7783.5316.67
Hex74E495B0645b05411
Octal71161111330610526012421
Binary1111001110100100110110110110100010110110000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074E49; }

 p { color: rgb(7,78,73); }

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

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

 a { background-color: rgb(7,78,73); }

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

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

 span { border-color: rgb(7,78,73); }

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