Html Css Color HEX #014C3B Cyprus

📋 copy color: '#014C3B'

red 1 ◦ green 76 ◦ blue 59

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

Shades of Cyprus #014C3B

Tints of Cyprus #014C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 43.38%

R = 0.74%
G = 55.88%
B = 43.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#014C3B (or 0x014C3B) is known color: Cyprus. HEX triplet: 01, 4C and 3B. RGB value is (1,76,59). Sum of RGB (Red+Green+Blue) = 1+76+59=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #014C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C3B is #FEB3C4. Grayscale: #333333. Windows color (decimal): -16692165 or 3886081. OLE color: 3886081.

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

Color convert

RGB 1 76 59 -
CMYK 0.99 0 0.22 0.70
HSL 166.4º 0.97% 0.15% -
HSV(B) 166.4º 0.99% 0.3% -
XYZ 3.39 5.49 5.02 -
YUV 51.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 1 76 59 0.99 0 0.22 0.70 166.4 0.97 0.15
Hex 1 4C 3B 63 0 16 46 A6 61 F
Octal 1 114 73 143 0 26 106 246 141 17
Binary 1 1001100 111011 1100011 0 10110 1000110 10100110 1100001 1111

Color Harmonies of #014C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C3B

Black with #014C3B

Text Example


Text Example

White with #014C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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