Html Css Color HEX #013D34 Cyprus

📋 copy color: '#013D34'

red 1 ◦ green 61 ◦ blue 52

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

Shades of Cyprus #013D34

Tints of Cyprus #013D34

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.7% from 255) = 45.61%

R = 0.88%
G = 53.51%
B = 45.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#013D34 (or 0x013D34) is known color: 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

RGB 1 61 52 -
CMYK 0.98 0 0.15 0.76
HSL 171º 0.97% 0.12% -
HSV(B) 171º 0.98% 0.24% -
XYZ 2.3 3.59 3.82 -
YUV 42.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 1 61 52 0.98 0 0.15 0.76 171 0.97 0.12
Hex 1 3D 34 62 0 F 4C AB 61 C
Octal 1 75 64 142 0 17 114 253 141 14
Binary 1 111101 110100 1100010 0 1111 1001100 10101011 1100001 1100

Color Harmonies of #013D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D34

Black with #013D34

Text Example


Text Example

White with #013D34

Text Example


Text Example

HTML Codes & Css Web 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>