#014341

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

Shades of Cyprus #014341

Tints of Cyprus #014341

Color information

#014341 (or 0x014341) is unknown color: approx Cyprus. HEX triplet: 01, 43 and 41. RGB value is (1,67,65). Sum of RGB (Red+Green+Blue) = 1+67+65=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #014341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014341 is #FEBCBE. Grayscale: #2E2E2E. Windows color (decimal): -16694463 or 4276993. OLE color: 4276993.

HSL color Cylindrical-coordinate representation of color #014341: hue angle of 178.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014341 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB16765-
CMYK0.9900.030.74
HSL178.18º97.06%13.33%-
HSV(B)178.18º98.51%26.27%-
XYZ2.974.45.69-
YUV47.04138.1395.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=0.75%
G=50.38%
B=48.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167650.9900.030.74178.1897.0613.33
Hex1434163034Ab261d
Octal11031011430311226214115
Binary110000111000001110001101110010101011001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014341; }

 p { color: rgb(1,67,65); }

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

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

 a { background-color: rgb(1,67,65); }

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

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

 span { border-color: rgb(1,67,65); }

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