#064B41

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

Shades of Cyprus #064B41

Tints of Cyprus #064B41

Color information

#064B41 (or 0x064B41) is unknown color: approx Cyprus. HEX triplet: 06, 4B and 41. RGB value is (6,75,65). Sum of RGB (Red+Green+Blue) = 6+75+65=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #064B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B41 is #F9B4BE. Grayscale: #353535. Windows color (decimal): -16364735 or 4279046. OLE color: 4279046.

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

Color convert

RGB67565-
CMYK0.9200.130.71
HSL171.3º85.19%15.88%-
HSV(B)171.3º92%29.41%-
XYZ3.555.455.87-
YUV53.23134.6494.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 75 (29.69% from 255) = 51.37%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=4.11%
G=51.37%
B=44.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675650.9200.130.71171.385.1915.88
Hex64B415C0D47ab5510
Octal611310113401510725312520
Binary11010010111000001101110001101100011110101011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B41; }

 p { color: rgb(6,75,65); }

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

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

 a { background-color: rgb(6,75,65); }

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

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

 span { border-color: rgb(6,75,65); }

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