Html Css Color HEX #014C3C Cyprus

📋 copy color: '#014C3C'

red 1 ◦ green 76 ◦ blue 60

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

Shades of Cyprus #014C3C

Tints of Cyprus #014C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 0.73%
G = 55.47%
B = 43.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#014C3C (or 0x014C3C) is known color: Cyprus. HEX triplet: 01, 4C and 3C. RGB value is (1,76,60). Sum of RGB (Red+Green+Blue) = 1+76+60=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3C is #FEB3C3. Grayscale: #333333. Windows color (decimal): -16692164 or 3951617. OLE color: 3951617.

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

Color convert

RGB 1 76 60 -
CMYK 0.99 0 0.21 0.70
HSL 167.2º 0.97% 0.15% -
HSV(B) 167.2º 0.99% 0.3% -
XYZ 3.41 5.5 5.16 -
YUV 51.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 1 76 60 0.99 0 0.21 0.70 167.2 0.97 0.15
Hex 1 4C 3C 63 0 15 46 A7 61 F
Octal 1 114 74 143 0 25 106 247 141 17
Binary 1 1001100 111100 1100011 0 10101 1000110 10100111 1100001 1111

Color Harmonies of #014C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C3C

Black with #014C3C

Text Example


Text Example

White with #014C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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