#04403A

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

Shades of Cyprus #04403A

Tints of Cyprus #04403A

Color information

#04403A (or 0x04403A) is unknown color: approx Cyprus. HEX triplet: 04, 40 and 3A. RGB value is (4,64,58). Sum of RGB (Red+Green+Blue) = 4+64+58=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #04403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04403A is #FBBFC5. Grayscale: #2D2D2D. Windows color (decimal): -16498630 or 3817476. OLE color: 3817476.

HSL color Cylindrical-coordinate representation of color #04403A: hue angle of 174º 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 #04403A is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB46458-
CMYK0.9400.090.75
HSL174º88.24%13.33%-
HSV(B)174º93.75%25.1%-
XYZ2.6544.64-
YUV45.38135.1298.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=3.17%
G=50.79%
B=46.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464580.9400.090.7517488.2413.33
Hex4403A5E094Bae58d
Octal41007213601111325613015
Binary100100000011101010111100100110010111010111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04403A; }

 p { color: rgb(4,64,58); }

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

<style>
 a { background-color: #04403A; }

 a { background-color: rgb(4,64,58); }

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

<style>
 span { border-color: #04403A; }

 span { border-color: rgb(4,64,58); }

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