#073B3D

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

Shades of Cyprus #073B3D

Tints of Cyprus #073B3D

Color information

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

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

Color convert

RGB75961-
CMYK0.890.0300.76
HSL182.22º79.41%13.33%-
HSV(B)182.22º88.52%23.92%-
XYZ2.493.514.96-
YUV43.68137.77101.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal759610.890.0300.76182.2279.4113.33
Hex73B3D59304Cb64fd
Octal773751313011426611715
Binary111111011111101101100111010011001011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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