#073D3B

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

Shades of Cyprus #073D3B

Tints of Cyprus #073D3B

Color information

#073D3B (or 0x073D3B) is unknown color: approx Cyprus. HEX triplet: 07, 3D and 3B. RGB value is (7,61,59). Sum of RGB (Red+Green+Blue) = 7+61+59=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #073D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D3B is #F8C2C4. Grayscale: #2C2C2C. Windows color (decimal): -16302789 or 3882247. OLE color: 3882247.

HSL color Cylindrical-coordinate representation of color #073D3B: hue angle of 177.78º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D3B is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB76159-
CMYK0.8900.030.76
HSL177.78º79.41%13.33%-
HSV(B)177.78º88.52%23.92%-
XYZ2.553.74.72-
YUV44.63136.11101.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 59 (23.44% from 255) = 46.46%
R=5.51%
G=48.03%
B=46.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761590.8900.030.76177.7879.4113.33
Hex73D3B59034Cb24fd
Octal775731310311426211715
Binary111111101111011101100101110011001011001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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