Html Css Color HEX #064936 Deep Teal

📋 copy color: '#064936'

red 6 ◦ green 73 ◦ blue 54

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

Shades of Deep Teal #064936

Tints of Deep Teal #064936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.89%

 BLUE value IS 54 (21.48% from 255) = 40.6%

R = 4.51%
G = 54.89%
B = 40.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#064936 (or 0x064936) is known color: Deep Teal. HEX triplet: 06, 49 and 36. RGB value is (6,73,54). Sum of RGB (Red+Green+Blue) = 6+73+54=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #064936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064936 is #F9B6C9. Grayscale: #323232. Windows color (decimal): -16365258 or 3557638. OLE color: 3557638.

HSL color Cylindrical-coordinate representation of color #064936: hue angle of 162.99º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064936 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 54 -
CMYK 0.92 0 0.26 0.71
HSL 162.99º 0.85% 0.15% -
HSV(B) 162.99º 0.92% 0.29% -
XYZ 3.12 5.07 4.3 -
YUV 50.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 6 73 54 0.92 0 0.26 0.71 162.99 0.85 0.15
Hex 6 49 36 5C 0 1A 47 A3 55 F
Octal 6 111 66 134 0 32 107 243 125 17
Binary 110 1001001 110110 1011100 0 11010 1000111 10100011 1010101 1111

Color Harmonies of #064936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064936

Black with #064936

Text Example


Text Example

White with #064936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064936; }

 p { color: rgb(6,73,54); }

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

background-color css

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

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

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

border-color css

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

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

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