Html Css Color HEX #014C3D Cyprus

📋 copy color: '#014C3D'

red 1 ◦ green 76 ◦ blue 61

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

Shades of Cyprus #014C3D

Tints of Cyprus #014C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.07%

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 0.72%
G = 55.07%
B = 44.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#014C3D (or 0x014C3D) is known color: Cyprus. HEX triplet: 01, 4C and 3D. RGB value is (1,76,61). Sum of RGB (Red+Green+Blue) = 1+76+61=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3D is #FEB3C2. Grayscale: #333333. Windows color (decimal): -16692163 or 4017153. OLE color: 4017153.

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

Color convert

RGB 1 76 61 -
CMYK 0.99 0 0.20 0.70
HSL 168º 0.97% 0.15% -
HSV(B) 168º 0.99% 0.3% -
XYZ 3.44 5.51 5.3 -
YUV 51.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 1 76 61 0.99 0 0.20 0.70 168 0.97 0.15
Hex 1 4C 3D 63 0 14 46 A8 61 F
Octal 1 114 75 143 0 24 106 250 141 17
Binary 1 1001100 111101 1100011 0 10100 1000110 10101000 1100001 1111

Color Harmonies of #014C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C3D

Black with #014C3D

Text Example


Text Example

White with #014C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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