#01543E

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

Shades of Cyprus #01543E

Tints of Cyprus #01543E

Color information

#01543E (or 0x01543E) is unknown color: approx Cyprus. HEX triplet: 01, 54 and 3E. RGB value is (1,84,62). Sum of RGB (Red+Green+Blue) = 1+84+62=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #01543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01543E is #FEABC1. Grayscale: #383838. Windows color (decimal): -16690114 or 4084737. OLE color: 4084737.

HSL color Cylindrical-coordinate representation of color #01543E: hue angle of 164.1º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01543E is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB18462-
CMYK0.9900.260.67
HSL164.1º97.65%16.67%-
HSV(B)164.1º98.81%32.94%-
XYZ4.056.695.64-
YUV56.6813188.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=0.68%
G=57.14%
B=42.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184620.9900.260.67164.197.6516.67
Hex1543E6301A43a46211
Octal11247614303210324414221
Binary110101001111101100011011010100001110100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01543E; }

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

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

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

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

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

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

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

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