#004040

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

Shades of Cyprus #004040

Tints of Cyprus #004040

Color information

#004040 (or 0x004040) is unknown color: approx Cyprus. HEX triplet: 00, 40 and 40. RGB value is (0,64,64). Sum of RGB (Red+Green+Blue) = 0+64+64=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #004040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004040 is #FFBFBF. Grayscale: #2C2C2C. Windows color (decimal): -16760768 or 4210688. OLE color: 4210688.

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

Color convert

RGB06464-
CMYK1000.75
HSL180º100%12.55%-
HSV(B)180º100%25.1%-
XYZ2.764.045.48-
YUV44.86138.896-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal064641000.7518010012.55
Hex0404064004Bb464d
Octal01001001440011326414415
Binary01000000100000011001000010010111011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004040; }

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

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

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

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

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

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

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

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