#013D34

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

Shades of Cyprus #013D34

Tints of Cyprus #013D34

Color information

#013D34 (or 0x013D34) is unknown color: approx Cyprus. HEX triplet: 01, 3D and 34. RGB value is (1,61,52). Sum of RGB (Red+Green+Blue) = 1+61+52=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #013D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D34 is #FEC2CB. Grayscale: #2A2A2A. Windows color (decimal): -16696012 or 3423489. OLE color: 3423489.

HSL color Cylindrical-coordinate representation of color #013D34: hue angle of 171º 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 #013D34 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB16152-
CMYK0.9800.150.76
HSL171º96.77%12.16%-
HSV(B)171º98.36%23.92%-
XYZ2.33.593.82-
YUV42.03133.6298.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 61 (24.22% from 255) = 53.51%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=0.88%
G=53.51%
B=45.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161520.9800.150.7617196.7712.16
Hex13D34620F4Cab61c
Octal1756414201711425314114
Binary111110111010011000100111110011001010101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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