#043D42

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

Shades of Cyprus #043D42

Tints of Cyprus #043D42

Color information

#043D42 (or 0x043D42) is unknown color: approx Cyprus. HEX triplet: 04, 3D and 42. RGB value is (4,61,66). Sum of RGB (Red+Green+Blue) = 4+61+66=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #043D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D42 is #FBC2BD. Grayscale: #2C2C2C. Windows color (decimal): -16499390 or 4340996. OLE color: 4340996.

HSL color Cylindrical-coordinate representation of color #043D42: hue angle of 184.84º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043D42 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB46166-
CMYK0.940.0800.74
HSL184.84º88.57%13.73%-
HSV(B)184.84º93.94%25.88%-
XYZ2.73.765.74-
YUV44.53140.1299.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 61 (24.22% from 255) = 46.56%
BLUE value IS 66 (26.17% from 255) = 50.38%
R=3.05%
G=46.56%
B=50.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal461660.940.0800.74184.8488.5713.73
Hex43D425E804Ab959e
Octal47510213610011227113116
Binary100111101100001010111101000010010101011100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043D42; }

 p { color: rgb(4,61,66); }

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

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

 a { background-color: rgb(4,61,66); }

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

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

 span { border-color: rgb(4,61,66); }

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