Html Css Color HEX #034C3F Cyprus

📋 copy color: '#034C3F'

red 3 ◦ green 76 ◦ blue 63

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

Shades of Cyprus #034C3F

Tints of Cyprus #034C3F

RGB

 RED value IS 3 (1.56% from 255) = 2.11%

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

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

R = 2.11%
G = 53.52%
B = 44.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#034C3F (or 0x034C3F) is known color: Cyprus. HEX triplet: 03, 4C and 3F. RGB value is (3,76,63). Sum of RGB (Red+Green+Blue) = 3+76+63=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #034C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C3F is #FCB3C0. Grayscale: #343434. Windows color (decimal): -16561089 or 4148227. OLE color: 4148227.

HSL color Cylindrical-coordinate representation of color #034C3F: hue angle of 169.32º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C3F is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 76 63 -
CMYK 0.96 0 0.17 0.70
HSL 169.32º 0.92% 0.15% -
HSV(B) 169.32º 0.96% 0.3% -
XYZ 3.52 5.55 5.59 -
YUV 52.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 3 76 63 0.96 0 0.17 0.70 169.32 0.92 0.15
Hex 3 4C 3F 60 0 11 46 A9 5C F
Octal 3 114 77 140 0 21 106 251 134 17
Binary 11 1001100 111111 1100000 0 10001 1000110 10101001 1011100 1111

Color Harmonies of #034C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C3F

Black with #034C3F

Text Example


Text Example

White with #034C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034C3F; }

 p { color: rgb(3,76,63); }

 H1.HeaderClassName
 {
   color: #034C3F;
 }
 .AnyTagClassName
 {
   color: #034C3F;
 }
</style>

background-color css

<style>
 a { background-color: #034C3F; }

 a { background-color: rgb(3,76,63); }

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

border-color css

<style>
 span { border-color: #034C3F; }

 span { border-color: rgb(3,76,63); }

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