#064141

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

Shades of Cyprus #064141

Tints of Cyprus #064141

Color information

#064141 (or 0x064141) is unknown color: approx Cyprus. HEX triplet: 06, 41 and 41. RGB value is (6,65,65). Sum of RGB (Red+Green+Blue) = 6+65+65=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #064141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064141 is #F9BEBE. Grayscale: #2F2F2F. Windows color (decimal): -16367295 or 4276486. OLE color: 4276486.

HSL color Cylindrical-coordinate representation of color #064141: hue angle of 180º 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 #064141 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB66565-
CMYK0.91000.75
HSL180º83.1%13.92%-
HSV(B)180º90.77%25.49%-
XYZ2.924.25.66-
YUV47.36137.9598.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=4.41%
G=47.79%
B=47.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665650.91000.7518083.113.92
Hex641415B004Bb453e
Octal61011011330011326412316
Binary1101000001100000110110110010010111011010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064141; }

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

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

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

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

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

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

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

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