#064140

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

Shades of Cyprus #064140

Tints of Cyprus #064140

Color information

#064140 (or 0x064140) is unknown color: approx Cyprus. HEX triplet: 06, 41 and 40. RGB value is (6,65,64). Sum of RGB (Red+Green+Blue) = 6+65+64=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #064140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064140 is #F9BEBF. Grayscale: #2F2F2F. Windows color (decimal): -16367296 or 4210950. OLE color: 4210950.

HSL color Cylindrical-coordinate representation of color #064140: hue angle of 178.98º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064140 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB66564-
CMYK0.9100.020.75
HSL178.98º83.1%13.92%-
HSV(B)178.98º90.77%25.49%-
XYZ2.894.195.51-
YUV47.24137.4598.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=4.44%
G=48.15%
B=47.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665640.9100.020.75178.9883.113.92
Hex641405B024Bb353e
Octal61011001330211326312316
Binary11010000011000000101101101010010111011001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064140; }

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

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

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

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

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

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

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

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