#004B40

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

Shades of Cyprus #004B40

Tints of Cyprus #004B40

Color information

#004B40 (or 0x004B40) is unknown color: approx Cyprus. HEX triplet: 00, 4B and 40. RGB value is (0,75,64). Sum of RGB (Red+Green+Blue) = 0+75+64=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #004B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B40 is #FFB4BF. Grayscale: #333333. Windows color (decimal): -16757952 or 4213504. OLE color: 4213504.

HSL color Cylindrical-coordinate representation of color #004B40: hue angle of 171.2º 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 #004B40 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB07564-
CMYK100.150.71
HSL171.2º100%14.71%-
HSV(B)171.2º100%29.41%-
XYZ3.445.45.71-
YUV51.32135.1591.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=0%
G=53.96%
B=46.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07564100.150.71171.210014.71
Hex04B40640F47ab64f
Octal011310014401710725314417
Binary01001011100000011001000111110001111010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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