Html Css Color HEX #074941 Cyprus

📋 copy color: '#074941'

red 7 ◦ green 73 ◦ blue 65

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

Shades of Cyprus #074941

Tints of Cyprus #074941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.34%

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

R = 4.83%
G = 50.34%
B = 44.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#074941 (or 0x074941) is known color: Cyprus. HEX triplet: 07, 49 and 41. RGB value is (7,73,65). Sum of RGB (Red+Green+Blue) = 7+73+65=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #074941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074941 is #F8B6BE. Grayscale: #343434. Windows color (decimal): -16299711 or 4278535. OLE color: 4278535.

HSL color Cylindrical-coordinate representation of color #074941: hue angle of 172.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074941 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 65 -
CMYK 0.90 0 0.11 0.71
HSL 172.73º 0.83% 0.16% -
HSV(B) 172.73º 0.9% 0.29% -
XYZ 3.42 5.19 5.82 -
YUV 52.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 7 73 65 0.90 0 0.11 0.71 172.73 0.83 0.16
Hex 7 49 41 5A 0 B 47 AD 52 10
Octal 7 111 101 132 0 13 107 255 122 20
Binary 111 1001001 1000001 1011010 0 1011 1000111 10101101 1010010 10000

Color Harmonies of #074941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074941

Black with #074941

Text Example


Text Example

White with #074941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074941; }

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

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

background-color css

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

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

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

border-color css

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

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

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