#034B3C

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

Shades of Cyprus #034B3C

Tints of Cyprus #034B3C

Color information

#034B3C (or 0x034B3C) is unknown color: approx Cyprus. HEX triplet: 03, 4B and 3C. RGB value is (3,75,60). Sum of RGB (Red+Green+Blue) = 3+75+60=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #034B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B3C is #FCB4C3. Grayscale: #333333. Windows color (decimal): -16561348 or 3951363. OLE color: 3951363.

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

Color convert

RGB37560-
CMYK0.9600.200.71
HSL167.5º92.31%15.29%-
HSV(B)167.5º96%29.41%-
XYZ3.375.385.14-
YUV51.76132.6593.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 75 (29.69% from 255) = 54.35%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=2.17%
G=54.35%
B=43.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375600.9600.200.71167.592.3115.29
Hex34B3C6001447a85cf
Octal31137414002410725013417
Binary111001011111100110000001010010001111010100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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