#034C3E

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

Shades of Cyprus #034C3E

Tints of Cyprus #034C3E

Color information

#034C3E (or 0x034C3E) is unknown color: approx Cyprus. HEX triplet: 03, 4C and 3E. RGB value is (3,76,62). Sum of RGB (Red+Green+Blue) = 3+76+62=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #034C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C3E is #FCB3C1. Grayscale: #343434. Windows color (decimal): -16561090 or 4082691. OLE color: 4082691.

HSL color Cylindrical-coordinate representation of color #034C3E: hue angle of 168.49º 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 #034C3E is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB37662-
CMYK0.9600.180.70
HSL168.49º92.41%15.49%-
HSV(B)168.49º96.05%29.8%-
XYZ3.495.545.44-
YUV52.58133.3292.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=2.13%
G=53.90%
B=43.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376620.9600.180.70168.4992.4115.49
Hex34C3E6001246a85cf
Octal31147614002210625013417
Binary111001100111110110000001001010001101010100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034C3E;
 }
 .AnyTagClassName
 {
   color: #034C3E;
 }
</style>
background-color css

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

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

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

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

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

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