#004A40

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

Shades of Cyprus #004A40

Tints of Cyprus #004A40

Color information

#004A40 (or 0x004A40) is unknown color: approx Cyprus. HEX triplet: 00, 4A and 40. RGB value is (0,74,64). Sum of RGB (Red+Green+Blue) = 0+74+64=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #004A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A40 is #FFB5BF. Grayscale: #323232. Windows color (decimal): -16758208 or 4213248. OLE color: 4213248.

HSL color Cylindrical-coordinate representation of color #004A40: hue angle of 171.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A40 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB07464-
CMYK100.140.71
HSL171.89º100%14.51%-
HSV(B)171.89º100%29.02%-
XYZ3.375.275.69-
YUV50.73135.4891.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 53.62%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=0%
G=53.62%
B=46.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07464100.140.71171.8910014.51
Hex04A40640E47ac64f
Octal011210014401610725414417
Binary01001010100000011001000111010001111010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004A40; }

 p { color: rgb(0,74,64); }

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

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

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

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

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

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

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