#073D40

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

Shades of Cyprus #073D40

Tints of Cyprus #073D40

Color information

#073D40 (or 0x073D40) is unknown color: approx Cyprus. HEX triplet: 07, 3D and 40. RGB value is (7,61,64). Sum of RGB (Red+Green+Blue) = 7+61+64=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #073D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D40 is #F8C2BF. Grayscale: #2D2D2D. Windows color (decimal): -16302784 or 4209927. OLE color: 4209927.

HSL color Cylindrical-coordinate representation of color #073D40: hue angle of 183.16º 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 #073D40 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB76164-
CMYK0.890.0500.75
HSL183.16º80.28%13.92%-
HSV(B)183.16º89.06%25.1%-
XYZ2.683.755.43-
YUV45.2138.61100.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=5.30%
G=46.21%
B=48.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal761640.890.0500.75183.1680.2813.92
Hex73D4059504Bb750e
Octal7751001315011326712016
Binary11111110110000001011001101010010111011011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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