#004C3D

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

Shades of Cyprus #004C3D

Tints of Cyprus #004C3D

Color information

#004C3D (or 0x004C3D) is unknown color: approx Cyprus. HEX triplet: 00, 4C and 3D. RGB value is (0,76,61). Sum of RGB (Red+Green+Blue) = 0+76+61=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #004C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C3D is #FFB3C2. Grayscale: #333333. Windows color (decimal): -16757699 or 4017152. OLE color: 4017152.

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

Color convert

RGB07661-
CMYK100.200.70
HSL168.16º100%14.9%-
HSV(B)168.16º100%29.8%-
XYZ3.435.515.3-
YUV51.57133.3291.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 55.47%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=0%
G=55.47%
B=44.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07661100.200.70168.1610014.9
Hex04C3D6401446a864f
Octal01147514402410625014417
Binary01001100111101110010001010010001101010100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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