Html Css Color HEX #014D45 Cyprus

📋 copy color: '#014D45'

red 1 ◦ green 77 ◦ blue 69

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

Shades of Cyprus #014D45

Tints of Cyprus #014D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 46.94%

R = 0.68%
G = 52.38%
B = 46.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#014D45 (or 0x014D45) is known color: Cyprus. HEX triplet: 01, 4D and 45. RGB value is (1,77,69). Sum of RGB (Red+Green+Blue) = 1+77+69=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #014D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D45 is #FEB2BA. Grayscale: #353535. Windows color (decimal): -16691899 or 4541697. OLE color: 4541697.

HSL color Cylindrical-coordinate representation of color #014D45: hue angle of 173.68º 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 #014D45 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 77 69 -
CMYK 0.99 0 0.10 0.70
HSL 173.68º 0.97% 0.15% -
HSV(B) 173.68º 0.99% 0.3% -
XYZ 3.74 5.74 6.54 -
YUV 53.36 136.82 90.65 -
System Red Green Blue C M Y K H S L
Decimal 1 77 69 0.99 0 0.10 0.70 173.68 0.97 0.15
Hex 1 4D 45 63 0 A 46 AE 61 F
Octal 1 115 105 143 0 12 106 256 141 17
Binary 1 1001101 1000101 1100011 0 1010 1000110 10101110 1100001 1111

Color Harmonies of #014D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D45

Black with #014D45

Text Example


Text Example

White with #014D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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