#013C36

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

Shades of Cyprus #013C36

Tints of Cyprus #013C36

Color information

#013C36 (or 0x013C36) is unknown color: approx Cyprus. HEX triplet: 01, 3C and 36. RGB value is (1,60,54). Sum of RGB (Red+Green+Blue) = 1+60+54=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #013C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C36 is #FEC3C9. Grayscale: #292929. Windows color (decimal): -16696266 or 3554305. OLE color: 3554305.

HSL color Cylindrical-coordinate representation of color #013C36: hue angle of 173.9º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C36 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB16054-
CMYK0.9800.100.76
HSL173.9º96.72%11.96%-
HSV(B)173.9º98.33%23.53%-
XYZ2.293.54.05-
YUV41.68134.9598.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 60 (23.83% from 255) = 52.17%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=0.87%
G=52.17%
B=46.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal160540.9800.100.76173.996.7211.96
Hex13C36620A4Cae61c
Octal1746614201211425614114
Binary111110011011011000100101010011001010111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013C36; }

 p { color: rgb(1,60,54); }

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

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

 a { background-color: rgb(1,60,54); }

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

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

 span { border-color: rgb(1,60,54); }

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