Html Css Color HEX #073E3F Cyprus

📋 copy color: '#073E3F'

red 7 ◦ green 62 ◦ blue 63

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

Shades of Cyprus #073E3F

Tints of Cyprus #073E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.97%

 BLUE value IS 63 (25% from 255) = 47.73%

R = 5.3%
G = 46.97%
B = 47.73%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073E3F (or 0x073E3F) is known color: Cyprus. HEX triplet: 07, 3E and 3F. RGB value is (7,62,63). Sum of RGB (Red+Green+Blue) = 7+62+63=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #073E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E3F is #F8C1C0. Grayscale: #2D2D2D. Windows color (decimal): -16302529 or 4144647. OLE color: 4144647.

HSL color Cylindrical-coordinate representation of color #073E3F: hue angle of 181.07º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E3F is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 62 63 -
CMYK 0.89 0.02 0 0.75
HSL 181.07º 0.8% 0.14% -
HSV(B) 181.07º 0.89% 0.25% -
XYZ 2.71 3.85 5.3 -
YUV 45.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 7 62 63 0.89 0.02 0 0.75 181.07 0.8 0.14
Hex 7 3E 3F 59 2 0 4B B5 50 E
Octal 7 76 77 131 2 0 113 265 120 16
Binary 111 111110 111111 1011001 10 0 1001011 10110101 1010000 1110

Color Harmonies of #073E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E3F

Black with #073E3F

Text Example


Text Example

White with #073E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,63); }

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

background-color css

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

 a { background-color: rgb(7,62,63); }

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

border-color css

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

 span { border-color: rgb(7,62,63); }

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