#014C3B

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

Shades of Cyprus #014C3B

Tints of Cyprus #014C3B

Color information

#014C3B (or 0x014C3B) is unknown color: approx Cyprus. HEX triplet: 01, 4C and 3B. RGB value is (1,76,59). Sum of RGB (Red+Green+Blue) = 1+76+59=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3B is #FEB3C4. Grayscale: #333333. Windows color (decimal): -16692165 or 3886081. OLE color: 3886081.

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

Color convert

RGB17659-
CMYK0.9900.220.70
HSL166.4º97.4%15.1%-
HSV(B)166.4º98.68%29.8%-
XYZ3.395.495.02-
YUV51.64132.1591.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 76 (30.08% from 255) = 55.88%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=0.74%
G=55.88%
B=43.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176590.9900.220.70166.497.415.1
Hex14C3B6301646a661f
Octal11147314302610624614117
Binary11001100111011110001101011010001101010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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