#004240

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

Shades of Cyprus #004240

Tints of Cyprus #004240

Color information

#004240 (or 0x004240) is unknown color: approx Cyprus. HEX triplet: 00, 42 and 40. RGB value is (0,66,64). Sum of RGB (Red+Green+Blue) = 0+66+64=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #004240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004240 is #FFBDBF. Grayscale: #2D2D2D. Windows color (decimal): -16760256 or 4211200. OLE color: 4211200.

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

Color convert

RGB06664-
CMYK100.030.74
HSL178.18º100%12.94%-
HSV(B)178.18º100%25.88%-
XYZ2.874.275.52-
YUV46.04138.1395.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=0%
G=50.77%
B=49.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06664100.030.74178.1810012.94
Hex0424064034Ab264d
Octal01021001440311226214415
Binary010000101000000110010001110010101011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004240; }

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

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

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

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

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

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

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

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