#074039

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

Shades of Cyprus #074039

Tints of Cyprus #074039

Color information

#074039 (or 0x074039) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 39. RGB value is (7,64,57). Sum of RGB (Red+Green+Blue) = 7+64+57=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #074039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074039 is #F8BFC6. Grayscale: #2E2E2E. Windows color (decimal): -16302023 or 3751943. OLE color: 3751943.

HSL color Cylindrical-coordinate representation of color #074039: hue angle of 172.63º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074039 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB76457-
CMYK0.8900.110.75
HSL172.63º80.28%13.92%-
HSV(B)172.63º89.06%25.1%-
XYZ2.664.014.5-
YUV46.16134.12100.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=5.47%
G=50%
B=44.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764570.8900.110.75172.6380.2813.92
Hex74039590B4Bad50e
Octal71007113101311325512016
Binary111100000011100110110010101110010111010110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074039; }

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

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

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

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

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

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

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

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