#073E41

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

Shades of Cyprus #073E41

Tints of Cyprus #073E41

Color information

#073E41 (or 0x073E41) is unknown color: approx Cyprus. HEX triplet: 07, 3E and 41. RGB value is (7,62,65). Sum of RGB (Red+Green+Blue) = 7+62+65=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #073E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E41 is #F8C1BE. Grayscale: #2D2D2D. Windows color (decimal): -16302527 or 4275719. OLE color: 4275719.

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

Color convert

RGB76265-
CMYK0.890.0500.75
HSL183.1º80.56%14.12%-
HSV(B)183.1º89.23%25.49%-
XYZ2.763.875.6-
YUV45.9138.78100.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=5.22%
G=46.27%
B=48.51%

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
Decimal762650.890.0500.75183.180.5614.12
Hex73E4159504Bb751e
Octal7761011315011326712116
Binary11111111010000011011001101010010111011011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,65); }

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

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

 a { background-color: rgb(7,62,65); }

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

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

 span { border-color: rgb(7,62,65); }

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