#073A35

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

Shades of Cyprus #073A35

Tints of Cyprus #073A35

Color information

#073A35 (or 0x073A35) is unknown color: approx Cyprus. HEX triplet: 07, 3A and 35. RGB value is (7,58,53). Sum of RGB (Red+Green+Blue) = 7+58+53=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #073A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A35 is #F8C5CA. Grayscale: #2A2A2A. Windows color (decimal): -16303563 or 3488263. OLE color: 3488263.

HSL color Cylindrical-coordinate representation of color #073A35: hue angle of 174.12º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A35 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB75853-
CMYK0.8800.090.77
HSL174.12º78.46%12.75%-
HSV(B)174.12º87.93%22.75%-
XYZ2.243.333.89-
YUV42.18134.1102.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=5.93%
G=49.15%
B=44.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758530.8800.090.77174.1278.4612.75
Hex73A3558094Dae4ed
Octal7726513001111525611615
Binary11111101011010110110000100110011011010111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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