#013736

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

Shades of Cyprus #013736

Tints of Cyprus #013736

Color information

#013736 (or 0x013736) is unknown color: approx Cyprus. HEX triplet: 01, 37 and 36. RGB value is (1,55,54). Sum of RGB (Red+Green+Blue) = 1+55+54=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #013736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013736 is #FEC8C9. Grayscale: #262626. Windows color (decimal): -16697546 or 3553025. OLE color: 3553025.

HSL color Cylindrical-coordinate representation of color #013736: hue angle of 178.89º 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 #013736 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB15554-
CMYK0.9800.020.78
HSL178.89º96.43%10.98%-
HSV(B)178.89º98.18%21.57%-
XYZ2.043.013.96-
YUV38.74136.61101.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=0.91%
G=50%
B=49.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155540.9800.020.78178.8996.4310.98
Hex1373662024Eb360b
Octal167661420211626314013
Binary1110111110110110001001010011101011001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013736; }

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

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

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

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

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

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

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

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