#043C41

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

Shades of Cyprus #043C41

Tints of Cyprus #043C41

Color information

#043C41 (or 0x043C41) is unknown color: approx Cyprus. HEX triplet: 04, 3C and 41. RGB value is (4,60,65). Sum of RGB (Red+Green+Blue) = 4+60+65=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #043C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C41 is #FBC3BE. Grayscale: #2B2B2B. Windows color (decimal): -16499647 or 4275204. OLE color: 4275204.

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

Color convert

RGB46065-
CMYK0.940.0800.75
HSL184.92º88.41%13.53%-
HSV(B)184.92º93.85%25.49%-
XYZ2.623.645.57-
YUV43.83139.9599.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 60 (23.83% from 255) = 46.51%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=3.10%
G=46.51%
B=50.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal460650.940.0800.75184.9288.4113.53
Hex43C415E804Bb958e
Octal47410113610011327113016
Binary100111100100000110111101000010010111011100110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,60,65); }

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

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

 a { background-color: rgb(4,60,65); }

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

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

 span { border-color: rgb(4,60,65); }

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