#034D3E

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

Shades of Cyprus #034D3E

Tints of Cyprus #034D3E

Color information

#034D3E (or 0x034D3E) is unknown color: approx Cyprus. HEX triplet: 03, 4D and 3E. RGB value is (3,77,62). Sum of RGB (Red+Green+Blue) = 3+77+62=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #034D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D3E is #FCB2C1. Grayscale: #353535. Windows color (decimal): -16560834 or 4082947. OLE color: 4082947.

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

Color convert

RGB37762-
CMYK0.9600.190.70
HSL167.84º92.5%15.69%-
HSV(B)167.84º96.1%30.2%-
XYZ3.565.675.47-
YUV53.16132.9892.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 77 (30.47% from 255) = 54.23%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=2.11%
G=54.23%
B=43.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal377620.9600.190.70167.8492.515.69
Hex34D3E6001346a85c10
Octal31157614002310625013420
Binary1110011011111101100000010011100011010101000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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