Html Css Color HEX #014D3F Cyprus

📋 copy color: '#014D3F'

red 1 ◦ green 77 ◦ blue 63

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

Shades of Cyprus #014D3F

Tints of Cyprus #014D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 54.61%

 BLUE value IS 63 (25% from 255) = 44.68%

R = 0.71%
G = 54.61%
B = 44.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#014D3F (or 0x014D3F) is known color: Cyprus. HEX triplet: 01, 4D and 3F. RGB value is (1,77,63). Sum of RGB (Red+Green+Blue) = 1+77+63=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #014D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D3F is #FEB2C0. Grayscale: #343434. Windows color (decimal): -16691905 or 4148481. OLE color: 4148481.

HSL color Cylindrical-coordinate representation of color #014D3F: hue angle of 168.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D3F is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 77 63 -
CMYK 0.99 0 0.18 0.70
HSL 168.95º 0.97% 0.15% -
HSV(B) 168.95º 0.99% 0.3% -
XYZ 3.56 5.67 5.61 -
YUV 52.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 1 77 63 0.99 0 0.18 0.70 168.95 0.97 0.15
Hex 1 4D 3F 63 0 12 46 A9 61 F
Octal 1 115 77 143 0 22 106 251 141 17
Binary 1 1001101 111111 1100011 0 10010 1000110 10101001 1100001 1111

Color Harmonies of #014D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D3F

Black with #014D3F

Text Example


Text Example

White with #014D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014D3F; }

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

 H1.HeaderClassName
 {
   color: #014D3F;
 }
 .AnyTagClassName
 {
   color: #014D3F;
 }
</style>

background-color css

<style>
 a { background-color: #014D3F; }

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

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

border-color css

<style>
 span { border-color: #014D3F; }

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

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