Html Css Color HEX #073D3A Cyprus

📋 copy color: '#073D3A'

red 7 ◦ green 61 ◦ blue 58

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

Shades of Cyprus #073D3A

Tints of Cyprus #073D3A

RGB

 RED value IS 7 (3.13% from 255) = 5.56%

 GREEN value IS 61 (24.22% from 255) = 48.41%

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 5.56%
G = 48.41%
B = 46.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#073D3A (or 0x073D3A) is known color: Cyprus. HEX triplet: 07, 3D and 3A. RGB value is (7,61,58). Sum of RGB (Red+Green+Blue) = 7+61+58=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #073D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D3A is #F8C2C5. Grayscale: #2C2C2C. Windows color (decimal): -16302790 or 3816711. OLE color: 3816711.

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

Color convert

RGB 7 61 58 -
CMYK 0.89 0 0.05 0.76
HSL 176.67º 0.79% 0.13% -
HSV(B) 176.67º 0.89% 0.24% -
XYZ 2.52 3.69 4.58 -
YUV 44.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 7 61 58 0.89 0 0.05 0.76 176.67 0.79 0.13
Hex 7 3D 3A 59 0 5 4C B1 4F D
Octal 7 75 72 131 0 5 114 261 117 15
Binary 111 111101 111010 1011001 0 101 1001100 10110001 1001111 1101

Color Harmonies of #073D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D3A

Black with #073D3A

Text Example


Text Example

White with #073D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #073D3A;
 }
 .AnyTagClassName
 {
   color: #073D3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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