#014D3D

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

Shades of Cyprus #014D3D

Tints of Cyprus #014D3D

Color information

#014D3D (or 0x014D3D) is unknown color: approx Cyprus. HEX triplet: 01, 4D and 3D. RGB value is (1,77,61). Sum of RGB (Red+Green+Blue) = 1+77+61=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #014D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D3D is #FEB2C2. Grayscale: #343434. Windows color (decimal): -16691907 or 4017409. OLE color: 4017409.

HSL color Cylindrical-coordinate representation of color #014D3D: hue angle of 167.37º 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 #014D3D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB17761-
CMYK0.9900.210.70
HSL167.37º97.44%15.29%-
HSV(B)167.37º98.7%30.2%-
XYZ3.515.655.32-
YUV52.45132.8291.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=0.72%
G=55.40%
B=43.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177610.9900.210.70167.3797.4415.29
Hex14D3D6301546a761f
Octal11157514302510624714117
Binary11001101111101110001101010110001101010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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