#014C3D

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

Shades of Cyprus #014C3D

Tints of Cyprus #014C3D

Color information

#014C3D (or 0x014C3D) is unknown color: approx Cyprus. HEX triplet: 01, 4C and 3D. RGB value is (1,76,61). Sum of RGB (Red+Green+Blue) = 1+76+61=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3D is #FEB3C2. Grayscale: #333333. Windows color (decimal): -16692163 or 4017153. OLE color: 4017153.

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

Color convert

RGB17661-
CMYK0.9900.200.70
HSL168º97.4%15.1%-
HSV(B)168º98.68%29.8%-
XYZ3.445.515.3-
YUV51.86133.1591.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 76 (30.08% from 255) = 55.07%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=0.72%
G=55.07%
B=44.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176610.9900.200.7016897.415.1
Hex14C3D6301446a861f
Octal11147514302410625014117
Binary11001100111101110001101010010001101010100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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