Html Css Color HEX #044E41 Cyprus

📋 copy color: '#044E41'

red 4 ◦ green 78 ◦ blue 65

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

Shades of Cyprus #044E41

Tints of Cyprus #044E41

RGB

 RED value IS 4 (1.95% from 255) = 2.72%

 GREEN value IS 78 (30.86% from 255) = 53.06%

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

R = 2.72%
G = 53.06%
B = 44.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#044E41 (or 0x044E41) is known color: Cyprus. HEX triplet: 04, 4E and 41. RGB value is (4,78,65). Sum of RGB (Red+Green+Blue) = 4+78+65=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #044E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E41 is #FBB1BE. Grayscale: #363636. Windows color (decimal): -16495039 or 4279812. OLE color: 4279812.

HSL color Cylindrical-coordinate representation of color #044E41: hue angle of 169.46º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E41 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 78 65 -
CMYK 0.95 0 0.17 0.69
HSL 169.46º 0.9% 0.16% -
HSV(B) 169.46º 0.95% 0.31% -
XYZ 3.73 5.86 5.93 -
YUV 54.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 4 78 65 0.95 0 0.17 0.69 169.46 0.9 0.16
Hex 4 4E 41 5F 0 11 45 A9 5A 10
Octal 4 116 101 137 0 21 105 251 132 20
Binary 100 1001110 1000001 1011111 0 10001 1000101 10101001 1011010 10000

Color Harmonies of #044E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E41

Black with #044E41

Text Example


Text Example

White with #044E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044E41; }

 p { color: rgb(4,78,65); }

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

background-color css

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

 a { background-color: rgb(4,78,65); }

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

border-color css

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

 span { border-color: rgb(4,78,65); }

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