#013D35

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

Shades of Cyprus #013D35

Tints of Cyprus #013D35

Color information

#013D35 (or 0x013D35) is unknown color: approx Cyprus. HEX triplet: 01, 3D and 35. RGB value is (1,61,53). Sum of RGB (Red+Green+Blue) = 1+61+53=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #013D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D35 is #FEC2CA. Grayscale: #2A2A2A. Windows color (decimal): -16696011 or 3489025. OLE color: 3489025.

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

Color convert

RGB16153-
CMYK0.9800.130.76
HSL172º96.77%12.16%-
HSV(B)172º98.36%23.92%-
XYZ2.323.63.94-
YUV42.15134.1298.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 61 (24.22% from 255) = 53.04%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=0.87%
G=53.04%
B=46.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161530.9800.130.7617296.7712.16
Hex13D35620D4Cac61c
Octal1756514201511425414114
Binary111110111010111000100110110011001010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,61,53); }

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

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

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

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

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

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

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