#013632

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

Shades of Cyprus #013632

Tints of Cyprus #013632

Color information

#013632 (or 0x013632) is unknown color: approx Cyprus. HEX triplet: 01, 36 and 32. RGB value is (1,54,50). Sum of RGB (Red+Green+Blue) = 1+54+50=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #013632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013632 is #FEC9CD. Grayscale: #252525. Windows color (decimal): -16697806 or 3290625. OLE color: 3290625.

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

Color convert

RGB15450-
CMYK0.9800.070.79
HSL175.47º96.36%10.78%-
HSV(B)175.47º98.15%21.18%-
XYZ1.912.883.47-
YUV37.7134.94101.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 54 (21.48% from 255) = 51.43%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=0.95%
G=51.43%
B=47.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154500.9800.070.79175.4796.3610.78
Hex1363262074Faf60b
Octal166621420711725714013
Binary11101101100101100010011110011111010111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013632; }

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

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

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

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

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

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

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

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