#004740

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

Shades of Cyprus #004740

Tints of Cyprus #004740

Color information

#004740 (or 0x004740) is unknown color: approx Cyprus. HEX triplet: 00, 47 and 40. RGB value is (0,71,64). Sum of RGB (Red+Green+Blue) = 0+71+64=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #004740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004740 is #FFB8BF. Grayscale: #303030. Windows color (decimal): -16758976 or 4212480. OLE color: 4212480.

HSL color Cylindrical-coordinate representation of color #004740: hue angle of 174.08º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004740 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB07164-
CMYK100.100.72
HSL174.08º100%13.92%-
HSV(B)174.08º100%27.84%-
XYZ3.184.885.62-
YUV48.97136.4893.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=0%
G=52.59%
B=47.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07164100.100.72174.0810013.92
Hex04740640A48ae64e
Octal010710014401211025614416
Binary01000111100000011001000101010010001010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004740; }

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

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

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

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

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

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

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

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