Html Css Color HEX #073F41 Cyprus

📋 copy color: '#073F41'

red 7 ◦ green 63 ◦ blue 65

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

Shades of Cyprus #073F41

Tints of Cyprus #073F41

RGB

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

 GREEN value IS 63 (25% from 255) = 46.67%

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 5.19%
G = 46.67%
B = 48.15%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073F41 (or 0x073F41) is known color: Cyprus. HEX triplet: 07, 3F and 41. RGB value is (7,63,65). Sum of RGB (Red+Green+Blue) = 7+63+65=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #073F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F41 is #F8C0BE. Grayscale: #2E2E2E. Windows color (decimal): -16302271 or 4275975. OLE color: 4275975.

HSL color Cylindrical-coordinate representation of color #073F41: hue angle of 182.07º degrees, saturation: 0.81, 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 #073F41 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 65 -
CMYK 0.89 0.03 0 0.75
HSL 182.07º 0.81% 0.14% -
HSV(B) 182.07º 0.89% 0.25% -
XYZ 2.82 3.98 5.62 -
YUV 46.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 7 63 65 0.89 0.03 0 0.75 182.07 0.81 0.14
Hex 7 3F 41 59 3 0 4B B6 51 E
Octal 7 77 101 131 3 0 113 266 121 16
Binary 111 111111 1000001 1011001 11 0 1001011 10110110 1010001 1110

Color Harmonies of #073F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F41

Black with #073F41

Text Example


Text Example

White with #073F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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