#013D38

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

Shades of Cyprus #013D38

Tints of Cyprus #013D38

Color information

#013D38 (or 0x013D38) is unknown color: approx Cyprus. HEX triplet: 01, 3D and 38. RGB value is (1,61,56). Sum of RGB (Red+Green+Blue) = 1+61+56=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #013D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D38 is #FEC2C7. Grayscale: #2A2A2A. Windows color (decimal): -16696008 or 3685633. OLE color: 3685633.

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

Color convert

RGB16156-
CMYK0.9800.080.76
HSL175º96.77%12.16%-
HSV(B)175º98.36%23.92%-
XYZ2.43.634.32-
YUV42.49135.6298.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 61 (24.22% from 255) = 51.69%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=0.85%
G=51.69%
B=47.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161560.9800.080.7617596.7712.16
Hex13D3862084Caf61c
Octal1757014201011425714114
Binary111110111100011000100100010011001010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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