#034840

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

Shades of Cyprus #034840

Tints of Cyprus #034840

Color information

#034840 (or 0x034840) is unknown color: approx Cyprus. HEX triplet: 03, 48 and 40. RGB value is (3,72,64). Sum of RGB (Red+Green+Blue) = 3+72+64=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #034840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034840 is #FCB7BF. Grayscale: #323232. Windows color (decimal): -16562112 or 4212739. OLE color: 4212739.

HSL color Cylindrical-coordinate representation of color #034840: hue angle of 173.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034840 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB37264-
CMYK0.9600.110.72
HSL173.04º92%14.71%-
HSV(B)173.04º95.83%28.24%-
XYZ3.285.025.65-
YUV50.46135.6494.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=2.16%
G=51.80%
B=46.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372640.9600.110.72173.049214.71
Hex34840600B48ad5cf
Octal311010014001311025513417
Binary111001000100000011000000101110010001010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034840; }

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

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

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

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

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

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

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

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