#064B3E

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

Shades of Cyprus #064B3E

Tints of Cyprus #064B3E

Color information

#064B3E (or 0x064B3E) is unknown color: approx Cyprus. HEX triplet: 06, 4B and 3E. RGB value is (6,75,62). Sum of RGB (Red+Green+Blue) = 6+75+62=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3E is #F9B4C1. Grayscale: #343434. Windows color (decimal): -16364738 or 4082438. OLE color: 4082438.

HSL color Cylindrical-coordinate representation of color #064B3E: hue angle of 168.7º 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 #064B3E is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB67562-
CMYK0.9200.170.71
HSL168.7º85.19%15.88%-
HSV(B)168.7º92%29.41%-
XYZ3.465.425.42-
YUV52.89133.1494.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 75 (29.69% from 255) = 52.45%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=4.20%
G=52.45%
B=43.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675620.9200.170.71168.785.1915.88
Hex64B3E5C01147a95510
Octal61137613402110725112520
Binary11010010111111101011100010001100011110101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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