Html Css Color HEX #064D46 Cyprus

📋 copy color: '#064D46'

red 6 ◦ green 77 ◦ blue 70

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

Shades of Cyprus #064D46

Tints of Cyprus #064D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 45.75%

R = 3.92%
G = 50.33%
B = 45.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#064D46 (or 0x064D46) is known color: Cyprus. HEX triplet: 06, 4D and 46. RGB value is (6,77,70). Sum of RGB (Red+Green+Blue) = 6+77+70=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #064D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D46 is #F9B2B9. Grayscale: #363636. Windows color (decimal): -16364218 or 4607238. OLE color: 4607238.

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

Color convert

RGB 6 77 70 -
CMYK 0.92 0 0.09 0.70
HSL 174.08º 0.86% 0.16% -
HSV(B) 174.08º 0.92% 0.3% -
XYZ 3.83 5.79 6.71 -
YUV 54.97 136.48 93.07 -
System Red Green Blue C M Y K H S L
Decimal 6 77 70 0.92 0 0.09 0.70 174.08 0.86 0.16
Hex 6 4D 46 5C 0 9 46 AE 56 10
Octal 6 115 106 134 0 11 106 256 126 20
Binary 110 1001101 1000110 1011100 0 1001 1000110 10101110 1010110 10000

Color Harmonies of #064D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D46

Black with #064D46

Text Example


Text Example

White with #064D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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