#044A3E

Color #044A3E Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #044A3E

Tints of Cyprus #044A3E

Color information

#044A3E (or 0x044A3E) is unknown color: approx Cyprus. HEX triplet: 04, 4A and 3E. RGB value is (4,74,62). Sum of RGB (Red+Green+Blue) = 4+74+62=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #044A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A3E is #FBB5C1. Grayscale: #333333. Windows color (decimal): -16496066 or 4082180. OLE color: 4082180.

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

Color convert

RGB47462-
CMYK0.9500.160.71
HSL169.71º89.74%15.29%-
HSV(B)169.71º94.59%29.02%-
XYZ3.375.275.4-
YUV51.7133.8193.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 74 (29.30% from 255) = 52.86%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=2.86%
G=52.86%
B=44.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal474620.9500.160.71169.7189.7415.29
Hex44A3E5F01047aa5af
Octal41127613702010725213217
Binary1001001010111110101111101000010001111010101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,74,62); }

 H1.HeaderClassName
 {
   color: #044A3E;
 }
 .AnyTagClassName
 {
   color: #044A3E;
 }
</style>
background-color css

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

 a { background-color: rgb(4,74,62); }

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

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

 span { border-color: rgb(4,74,62); }

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