#043F3D

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

Shades of Cyprus #043F3D

Tints of Cyprus #043F3D

Color information

#043F3D (or 0x043F3D) is unknown color: approx Cyprus. HEX triplet: 04, 3F and 3D. RGB value is (4,63,61). Sum of RGB (Red+Green+Blue) = 4+63+61=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #043F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F3D is #FBC0C2. Grayscale: #2D2D2D. Windows color (decimal): -16498883 or 4013828. OLE color: 4013828.

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

Color convert

RGB46361-
CMYK0.9400.030.75
HSL177.97º88.06%13.14%-
HSV(B)177.97º93.65%24.71%-
XYZ2.673.925.03-
YUV45.13136.9598.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=3.12%
G=49.22%
B=47.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal463610.9400.030.75177.9788.0613.14
Hex43F3D5E034Bb258d
Octal477751360311326213015
Binary100111111111101101111001110010111011001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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