#004B41

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

Shades of Cyprus #004B41

Tints of Cyprus #004B41

Color information

#004B41 (or 0x004B41) is unknown color: approx Cyprus. HEX triplet: 00, 4B and 41. RGB value is (0,75,65). Sum of RGB (Red+Green+Blue) = 0+75+65=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #004B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B41 is #FFB4BE. Grayscale: #333333. Windows color (decimal): -16757951 or 4279040. OLE color: 4279040.

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

Color convert

RGB07565-
CMYK100.130.71
HSL172º100%14.71%-
HSV(B)172º100%29.41%-
XYZ3.475.415.86-
YUV51.44135.6591.31-

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.57%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=0%
G=53.57%
B=46.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07565100.130.7117210014.71
Hex04B41640D47ac64f
Octal011310114401510725414417
Binary01001011100000111001000110110001111010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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