#014A3A

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

Shades of Cyprus #014A3A

Tints of Cyprus #014A3A

Color information

#014A3A (or 0x014A3A) is unknown color: approx Cyprus. HEX triplet: 01, 4A and 3A. RGB value is (1,74,58). Sum of RGB (Red+Green+Blue) = 1+74+58=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #014A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A3A is #FEB5C5. Grayscale: #323232. Windows color (decimal): -16692678 or 3820033. OLE color: 3820033.

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

Color convert

RGB17458-
CMYK0.9900.220.71
HSL166.85º97.33%14.71%-
HSV(B)166.85º98.65%29.02%-
XYZ3.235.214.84-
YUV50.35132.3292.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 74 (29.30% from 255) = 55.64%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=0.75%
G=55.64%
B=43.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal174580.9900.220.71166.8597.3314.71
Hex14A3A6301647a761f
Octal11127214302610724714117
Binary11001010111010110001101011010001111010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,74,58); }

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

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

 a { background-color: rgb(1,74,58); }

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

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

 span { border-color: rgb(1,74,58); }

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