#04423F

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

Shades of Cyprus #04423F

Tints of Cyprus #04423F

Color information

#04423F (or 0x04423F) is unknown color: approx Cyprus. HEX triplet: 04, 42 and 3F. RGB value is (4,66,63). Sum of RGB (Red+Green+Blue) = 4+66+63=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #04423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04423F is #FBBDC0. Grayscale: #2F2F2F. Windows color (decimal): -16498113 or 4145668. OLE color: 4145668.

HSL color Cylindrical-coordinate representation of color #04423F: hue angle of 177.1º 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 #04423F is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB46663-
CMYK0.9400.050.74
HSL177.1º88.57%13.73%-
HSV(B)177.1º93.94%25.88%-
XYZ2.94.285.38-
YUV47.12136.9697.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 63 (25% from 255) = 47.37%
R=3.01%
G=49.62%
B=47.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466630.9400.050.74177.188.5713.73
Hex4423F5E054Ab159e
Octal4102771360511226113116
Binary10010000101111111011110010110010101011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04423F; }

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

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

<style>
 a { background-color: #04423F; }

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

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

<style>
 span { border-color: #04423F; }

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

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