#013F3D

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

Shades of Cyprus #013F3D

Tints of Cyprus #013F3D

Color information

#013F3D (or 0x013F3D) is unknown color: approx Cyprus. HEX triplet: 01, 3F and 3D. RGB value is (1,63,61). Sum of RGB (Red+Green+Blue) = 1+63+61=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #013F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F3D is #FEC0C2. Grayscale: #2C2C2C. Windows color (decimal): -16695491 or 4013825. OLE color: 4013825.

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

Color convert

RGB16361-
CMYK0.9800.030.75
HSL178.06º96.88%12.55%-
HSV(B)178.06º98.41%24.71%-
XYZ2.633.95.03-
YUV44.23137.4697.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 63 (25% from 255) = 50.4%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=0.8%
G=50.4%
B=48.8%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal163610.9800.030.75178.0696.8812.55
Hex13F3D62034Bb261d
Octal177751420311326214115
Binary1111111111101110001001110010111011001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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