#014B3E

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

Shades of Cyprus #014B3E

Tints of Cyprus #014B3E

Color information

#014B3E (or 0x014B3E) is unknown color: approx Cyprus. HEX triplet: 01, 4B and 3E. RGB value is (1,75,62). Sum of RGB (Red+Green+Blue) = 1+75+62=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #014B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B3E is #FEB4C1. Grayscale: #333333. Windows color (decimal): -16692418 or 4082433. OLE color: 4082433.

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

Color convert

RGB17562-
CMYK0.9900.170.71
HSL169.46º97.37%14.9%-
HSV(B)169.46º98.67%29.41%-
XYZ3.45.395.42-
YUV51.39133.9892.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 75 (29.69% from 255) = 54.35%
BLUE value IS 62 (24.61% from 255) = 44.93%
R=0.72%
G=54.35%
B=44.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175620.9900.170.71169.4697.3714.9
Hex14B3E6301147a961f
Octal11137614302110725114117
Binary11001011111110110001101000110001111010100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,75,62); }

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

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

 a { background-color: rgb(1,75,62); }

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

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

 span { border-color: rgb(1,75,62); }

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