#074D40

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

Shades of Cyprus #074D40

Tints of Cyprus #074D40

Color information

#074D40 (or 0x074D40) is unknown color: approx Cyprus. HEX triplet: 07, 4D and 40. RGB value is (7,77,64). Sum of RGB (Red+Green+Blue) = 7+77+64=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #074D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D40 is #F8B2BF. Grayscale: #363636. Windows color (decimal): -16298688 or 4214023. OLE color: 4214023.

HSL color Cylindrical-coordinate representation of color #074D40: hue angle of 168.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D40 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB77764-
CMYK0.9100.170.70
HSL168.86º83.33%16.47%-
HSV(B)168.86º90.91%30.2%-
XYZ3.675.725.76-
YUV54.59133.3194.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=4.73%
G=52.03%
B=43.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777640.9100.170.70168.8683.3316.47
Hex74D405B01146a95310
Octal711510013302110625112320
Binary111100110110000001011011010001100011010101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,77,64); }

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

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

 a { background-color: rgb(7,77,64); }

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

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

 span { border-color: rgb(7,77,64); }

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