Html Css Color HEX #073A35 Cyprus

📋 copy color: '#073A35'

red 7 ◦ green 58 ◦ blue 53

#073A35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #073A35

Tints of Cyprus #073A35

RGB

 RED value IS 7 (3.13% 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 value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#073A35 (or 0x073A35) is known color: 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

RGB 7 58 53 -
CMYK 0.88 0 0.09 0.77
HSL 174.12º 0.78% 0.13% -
HSV(B) 174.12º 0.88% 0.23% -
XYZ 2.24 3.33 3.89 -
YUV 42.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 7 58 53 0.88 0 0.09 0.77 174.12 0.78 0.13
Hex 7 3A 35 58 0 9 4D AE 4E D
Octal 7 72 65 130 0 11 115 256 116 15
Binary 111 111010 110101 1011000 0 1001 1001101 10101110 1001110 1101

Color Harmonies of #073A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A35

Black with #073A35

Text Example


Text Example

White with #073A35

Text Example


Text Example

HTML Codes & Css Web 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>