#064940

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

Shades of Cyprus #064940

Tints of Cyprus #064940

Color information

#064940 (or 0x064940) is unknown color: approx Cyprus. HEX triplet: 06, 49 and 40. RGB value is (6,73,64). Sum of RGB (Red+Green+Blue) = 6+73+64=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #064940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064940 is #F9B6BF. Grayscale: #333333. Windows color (decimal): -16365248 or 4212998. OLE color: 4212998.

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

Color convert

RGB67364-
CMYK0.9200.120.71
HSL171.94º84.81%15.49%-
HSV(B)171.94º91.78%28.63%-
XYZ3.385.175.67-
YUV51.94134.895.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=4.20%
G=51.05%
B=44.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673640.9200.120.71171.9484.8115.49
Hex649405C0C47ac55f
Octal611110013401410725412517
Binary1101001001100000010111000110010001111010110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064940; }

 p { color: rgb(6,73,64); }

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

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

 a { background-color: rgb(6,73,64); }

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

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

 span { border-color: rgb(6,73,64); }

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