#044C3D

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

Shades of Cyprus #044C3D

Tints of Cyprus #044C3D

Color information

#044C3D (or 0x044C3D) is unknown color: approx Cyprus. HEX triplet: 04, 4C and 3D. RGB value is (4,76,61). Sum of RGB (Red+Green+Blue) = 4+76+61=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #044C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C3D is #FBB3C2. Grayscale: #343434. Windows color (decimal): -16495555 or 4017156. OLE color: 4017156.

HSL color Cylindrical-coordinate representation of color #044C3D: hue angle of 167.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C3D is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB47661-
CMYK0.9500.200.70
HSL167.5º90%15.69%-
HSV(B)167.5º94.74%29.8%-
XYZ3.485.535.3-
YUV52.76132.6593.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=2.84%
G=53.90%
B=43.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal476610.9500.200.70167.59015.69
Hex44C3D5F01446a85a10
Octal41147513702410625013220
Binary10010011001111011011111010100100011010101000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044C3D; }

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

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

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

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

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

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

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

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