#034B3F

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

Shades of Cyprus #034B3F

Tints of Cyprus #034B3F

Color information

#034B3F (or 0x034B3F) is unknown color: approx Cyprus. HEX triplet: 03, 4B and 3F. RGB value is (3,75,63). Sum of RGB (Red+Green+Blue) = 3+75+63=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #034B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B3F is #FCB4C0. Grayscale: #343434. Windows color (decimal): -16561345 or 4147971. OLE color: 4147971.

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

Color convert

RGB37563-
CMYK0.9600.160.71
HSL170º92.31%15.29%-
HSV(B)170º96%29.41%-
XYZ3.455.415.57-
YUV52.1134.1592.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 63 (25% from 255) = 44.68%
R=2.13%
G=53.19%
B=44.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375630.9600.160.7117092.3115.29
Hex34B3F6001047aa5cf
Octal31137714002010725213417
Binary111001011111111110000001000010001111010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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