#044138

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

Shades of Cyprus #044138

Tints of Cyprus #044138

Color information

#044138 (or 0x044138) is unknown color: approx Cyprus. HEX triplet: 04, 41 and 38. RGB value is (4,65,56). Sum of RGB (Red+Green+Blue) = 4+65+56=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #044138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044138 is #FBBEC7. Grayscale: #2D2D2D. Windows color (decimal): -16498376 or 3686660. OLE color: 3686660.

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

Color convert

RGB46556-
CMYK0.9400.140.75
HSL171.15º88.41%13.53%-
HSV(B)171.15º93.85%25.49%-
XYZ2.654.094.39-
YUV45.74133.7998.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=3.2%
G=52%
B=44.8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465560.9400.140.75171.1588.4113.53
Hex441385E0E4Bab58e
Octal41017013601611325313016
Binary100100000111100010111100111010010111010101110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044138; }

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

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

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

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

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

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

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

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