Html Css Color HEX #073D41 Cyprus

📋 copy color: '#073D41'

red 7 ◦ green 61 ◦ blue 65

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

Shades of Cyprus #073D41

Tints of Cyprus #073D41

RGB

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

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

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

R = 5.26%
G = 45.86%
B = 48.87%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073D41 (or 0x073D41) is known color: Cyprus. HEX triplet: 07, 3D and 41. RGB value is (7,61,65). Sum of RGB (Red+Green+Blue) = 7+61+65=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #073D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D41 is #F8C2BE. Grayscale: #2D2D2D. Windows color (decimal): -16302783 or 4275463. OLE color: 4275463.

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

Color convert

RGB 7 61 65 -
CMYK 0.89 0.06 0 0.75
HSL 184.14º 0.81% 0.14% -
HSV(B) 184.14º 0.89% 0.25% -
XYZ 2.71 3.76 5.58 -
YUV 45.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 7 61 65 0.89 0.06 0 0.75 184.14 0.81 0.14
Hex 7 3D 41 59 6 0 4B B8 51 E
Octal 7 75 101 131 6 0 113 270 121 16
Binary 111 111101 1000001 1011001 110 0 1001011 10111000 1010001 1110

Color Harmonies of #073D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D41

Black with #073D41

Text Example


Text Example

White with #073D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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