Html Css Color HEX #013D36 Cyprus

📋 copy color: '#013D36'

red 1 ◦ green 61 ◦ blue 54

#013D36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #013D36

Tints of Cyprus #013D36

RGB

 RED value IS 1 (0.78% from 255) = 0.86%

 GREEN value IS 61 (24.22% from 255) = 52.59%

 BLUE value IS 54 (21.48% from 255) = 46.55%

R = 0.86%
G = 52.59%
B = 46.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#013D36 (or 0x013D36) is known color: Cyprus. HEX triplet: 01, 3D and 36. RGB value is (1,61,54). Sum of RGB (Red+Green+Blue) = 1+61+54=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #013D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D36 is #FEC2C9. Grayscale: #2A2A2A. Windows color (decimal): -16696010 or 3554561. OLE color: 3554561.

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

Color convert

RGB 1 61 54 -
CMYK 0.98 0 0.11 0.76
HSL 173º 0.97% 0.12% -
HSV(B) 173º 0.98% 0.24% -
XYZ 2.35 3.61 4.06 -
YUV 42.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 1 61 54 0.98 0 0.11 0.76 173 0.97 0.12
Hex 1 3D 36 62 0 B 4C AD 61 C
Octal 1 75 66 142 0 13 114 255 141 14
Binary 1 111101 110110 1100010 0 1011 1001100 10101101 1100001 1100

Color Harmonies of #013D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D36

Black with #013D36

Text Example


Text Example

White with #013D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #013D36;
 }
 .AnyTagClassName
 {
   color: #013D36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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