#004D44

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

Shades of Cyprus #004D44

Tints of Cyprus #004D44

Color information

#004D44 (or 0x004D44) is unknown color: approx Cyprus. HEX triplet: 00, 4D and 44. RGB value is (0,77,68). Sum of RGB (Red+Green+Blue) = 0+77+68=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #004D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D44 is #FFB2BB. Grayscale: #343434. Windows color (decimal): -16757436 or 4476160. OLE color: 4476160.

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

Color convert

RGB07768-
CMYK100.120.70
HSL172.99º100%15.1%-
HSV(B)172.99º100%30.2%-
XYZ3.75.736.38-
YUV52.95136.4990.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 53.10%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=0%
G=53.10%
B=46.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07768100.120.70172.9910015.1
Hex04D44640C46ad64f
Octal011510414401410625514417
Binary01001101100010011001000110010001101010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,77,68); }

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

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

 a { background-color: rgb(0,77,68); }

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

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

 span { border-color: rgb(0,77,68); }

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