#013B3A

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

Shades of Cyprus #013B3A

Tints of Cyprus #013B3A

Color information

#013B3A (or 0x013B3A) is unknown color: approx Cyprus. HEX triplet: 01, 3B and 3A. RGB value is (1,59,58). Sum of RGB (Red+Green+Blue) = 1+59+58=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #013B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B3A is #FEC4C5. Grayscale: #292929. Windows color (decimal): -16696518 or 3816193. OLE color: 3816193.

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

Color convert

RGB15958-
CMYK0.9800.020.77
HSL178.97º96.67%11.76%-
HSV(B)178.97º98.31%23.14%-
XYZ2.343.444.54-
YUV41.54137.2899.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 59 (23.44% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=0.85%
G=50%
B=49.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159580.9800.020.77178.9796.6711.76
Hex13B3A62024Db361c
Octal173721420211526314114
Binary1111011111010110001001010011011011001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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