#013737

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

Shades of Cyprus #013737

Tints of Cyprus #013737

Color information

#013737 (or 0x013737) is unknown color: approx Cyprus. HEX triplet: 01, 37 and 37. RGB value is (1,55,55). Sum of RGB (Red+Green+Blue) = 1+55+55=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: green, blue. Hex color #013737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013737 is #FEC8C8. Grayscale: #262626. Windows color (decimal): -16697545 or 3618561. OLE color: 3618561.

HSL color Cylindrical-coordinate representation of color #013737: hue angle of 180º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013737 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15555-
CMYK0.98000.78
HSL180º96.43%10.98%-
HSV(B)180º98.18%21.57%-
XYZ2.073.014.09-
YUV38.85137.11101-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 55 (21.88% from 255) = 49.55%
R=0.90%
G=49.55%
B=49.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155550.98000.7818096.4310.98
Hex1373762004Eb460b
Octal167671420011626414013
Binary111011111011111000100010011101011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013737; }

 p { color: rgb(1,55,55); }

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

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

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

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

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

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

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