Html Css Color HEX #064D40 Cyprus

📋 copy color: '#064D40'

red 6 ◦ green 77 ◦ blue 64

#064D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #064D40

Tints of Cyprus #064D40

RGB

 RED value IS 6 (2.73% from 255) = 4.08%

 GREEN value IS 77 (30.47% from 255) = 52.38%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 4.08%
G = 52.38%
B = 43.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#064D40 (or 0x064D40) is known color: Cyprus. HEX triplet: 06, 4D and 40. RGB value is (6,77,64). Sum of RGB (Red+Green+Blue) = 6+77+64=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #064D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D40 is #F9B2BF. Grayscale: #363636. Windows color (decimal): -16364224 or 4214022. OLE color: 4214022.

HSL color Cylindrical-coordinate representation of color #064D40: hue angle of 169.01º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D40 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 77 64 -
CMYK 0.92 0 0.17 0.70
HSL 169.01º 0.86% 0.16% -
HSV(B) 169.01º 0.92% 0.3% -
XYZ 3.65 5.72 5.76 -
YUV 54.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 6 77 64 0.92 0 0.17 0.70 169.01 0.86 0.16
Hex 6 4D 40 5C 0 11 46 A9 56 10
Octal 6 115 100 134 0 21 106 251 126 20
Binary 110 1001101 1000000 1011100 0 10001 1000110 10101001 1010110 10000

Color Harmonies of #064D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D40

Black with #064D40

Text Example


Text Example

White with #064D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064D40;
 }
 .AnyTagClassName
 {
   color: #064D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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