#013734

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

Shades of Cyprus #013734

Tints of Cyprus #013734

Color information

#013734 (or 0x013734) is unknown color: approx Cyprus. HEX triplet: 01, 37 and 34. RGB value is (1,55,52). Sum of RGB (Red+Green+Blue) = 1+55+52=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #013734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013734 is #FEC8CB. Grayscale: #262626. Windows color (decimal): -16697548 or 3421953. OLE color: 3421953.

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

Color convert

RGB15552-
CMYK0.9800.050.78
HSL176.67º96.43%10.98%-
HSV(B)176.67º98.18%21.57%-
XYZ22.993.72-
YUV38.51135.61101.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=0.93%
G=50.93%
B=48.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155520.9800.050.78176.6796.4310.98
Hex1373462054Eb160b
Octal167641420511626114013
Binary11101111101001100010010110011101011000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013734; }

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

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

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

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

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

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

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

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