#01413D

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

Shades of Cyprus #01413D

Tints of Cyprus #01413D

Color information

#01413D (or 0x01413D) is unknown color: approx Cyprus. HEX triplet: 01, 41 and 3D. RGB value is (1,65,61). Sum of RGB (Red+Green+Blue) = 1+65+61=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #01413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413D is #FEBEC2. Grayscale: #2D2D2D. Windows color (decimal): -16694979 or 4014337. OLE color: 4014337.

HSL color Cylindrical-coordinate representation of color #01413D: hue angle of 176.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01413D is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB16561-
CMYK0.9800.060.75
HSL176.25º96.97%12.94%-
HSV(B)176.25º98.46%25.49%-
XYZ2.754.125.07-
YUV45.41136.896.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 61 (24.22% from 255) = 48.03%
R=0.79%
G=51.18%
B=48.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165610.9800.060.75176.2596.9712.94
Hex1413D62064Bb061d
Octal1101751420611326014115
Binary110000011111011100010011010010111011000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01413D; }

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

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

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

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

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

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

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

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