#034C3F

Color #034C3F Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #034C3F

Tints of Cyprus #034C3F

Color information

#034C3F (or 0x034C3F) is unknown color: approx 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

RGB37663-
CMYK0.9600.170.70
HSL169.32º92.41%15.49%-
HSV(B)169.32º96.05%29.8%-
XYZ3.525.555.59-
YUV52.69133.8292.56-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376630.9600.170.70169.3292.4115.49
Hex34C3F6001146a95cf
Octal31147714002110625113417
Binary111001100111111110000001000110001101010100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>