Html Css Color HEX #044241 Cyprus

📋 copy color: '#044241'

red 4 ◦ green 66 ◦ blue 65

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

Shades of Cyprus #044241

Tints of Cyprus #044241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

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

R = 2.96%
G = 48.89%
B = 48.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#044241 (or 0x044241) is known color: Cyprus. HEX triplet: 04, 42 and 41. RGB value is (4,66,65). Sum of RGB (Red+Green+Blue) = 4+66+65=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #044241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044241 is #FBBDBE. Grayscale: #2F2F2F. Windows color (decimal): -16498111 or 4276740. OLE color: 4276740.

HSL color Cylindrical-coordinate representation of color #044241: hue angle of 179.03º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044241 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 65 -
CMYK 0.94 0 0.02 0.74
HSL 179.03º 0.89% 0.14% -
HSV(B) 179.03º 0.94% 0.26% -
XYZ 2.95 4.3 5.68 -
YUV 47.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 4 66 65 0.94 0 0.02 0.74 179.03 0.89 0.14
Hex 4 42 41 5E 0 2 4A B3 59 E
Octal 4 102 101 136 0 2 112 263 131 16
Binary 100 1000010 1000001 1011110 0 10 1001010 10110011 1011001 1110

Color Harmonies of #044241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044241

Black with #044241

Text Example


Text Example

White with #044241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044241; }

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

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

background-color css

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

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

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

border-color css

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

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

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