#073533

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

Shades of Cyprus #073533

Tints of Cyprus #073533

Color information

#073533 (or 0x073533) is unknown color: approx Cyprus. HEX triplet: 07, 35 and 33. RGB value is (7,53,51). Sum of RGB (Red+Green+Blue) = 7+53+51=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #073533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073533 is #F8CACC. Grayscale: #262626. Windows color (decimal): -16304845 or 3355911. OLE color: 3355911.

HSL color Cylindrical-coordinate representation of color #073533: hue angle of 177.39º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073533 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB75351-
CMYK0.8700.040.79
HSL177.39º76.67%11.76%-
HSV(B)177.39º86.79%20.78%-
XYZ1.962.833.58-
YUV39.02134.76105.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=6.31%
G=47.75%
B=45.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal753510.8700.040.79177.3976.6711.76
Hex7353357044Fb14dc
Octal765631270411726111514
Binary1111101011100111010111010010011111011000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073533; }

 p { color: rgb(7,53,51); }

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

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

 a { background-color: rgb(7,53,51); }

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

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

 span { border-color: rgb(7,53,51); }

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