#034E40

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

Shades of Cyprus #034E40

Tints of Cyprus #034E40

Color information

#034E40 (or 0x034E40) is unknown color: approx Cyprus. HEX triplet: 03, 4E and 40. RGB value is (3,78,64). Sum of RGB (Red+Green+Blue) = 3+78+64=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #034E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E40 is #FCB1BF. Grayscale: #353535. Windows color (decimal): -16560576 or 4214275. OLE color: 4214275.

HSL color Cylindrical-coordinate representation of color #034E40: hue angle of 168.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E40 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB37864-
CMYK0.9600.180.69
HSL168.8º92.59%15.88%-
HSV(B)168.8º96.15%30.59%-
XYZ3.695.845.78-
YUV53.98133.6591.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=2.07%
G=53.79%
B=44.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378640.9600.180.69168.892.5915.88
Hex34E406001245a95d10
Octal311610014002210525113520
Binary11100111010000001100000010010100010110101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,78,64); }

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

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

 a { background-color: rgb(3,78,64); }

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

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

 span { border-color: rgb(3,78,64); }

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