#044040

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

Shades of Cyprus #044040

Tints of Cyprus #044040

Color information

#044040 (or 0x044040) is unknown color: approx Cyprus. HEX triplet: 04, 40 and 40. RGB value is (4,64,64). Sum of RGB (Red+Green+Blue) = 4+64+64=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #044040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044040 is #FBBFBF. Grayscale: #2E2E2E. Windows color (decimal): -16498624 or 4210692. OLE color: 4210692.

HSL color Cylindrical-coordinate representation of color #044040: hue angle of 180º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044040 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB46464-
CMYK0.94000.75
HSL180º88.24%13.33%-
HSV(B)180º93.75%25.1%-
XYZ2.814.065.49-
YUV46.06138.1298-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=3.03%
G=48.48%
B=48.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464640.94000.7518088.2413.33
Hex440405E004Bb458d
Octal41001001360011326413015
Binary1001000000100000010111100010010111011010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044040; }

 p { color: rgb(4,64,64); }

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

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

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

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

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

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

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