Html Css Color HEX #064D13 Deep Fir

📋 copy color: '#064D13'

red 6 ◦ green 77 ◦ blue 19

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

Shades of Deep Fir #064D13

Tints of Deep Fir #064D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 5.88%
G = 75.49%
B = 18.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#064D13 (or 0x064D13) is known color: Deep Fir. HEX triplet: 06, 4D and 13. RGB value is (6,77,19). Sum of RGB (Red+Green+Blue) = 6+77+19=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #064D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D13 is #F9B2EC. Grayscale: #313131. Windows color (decimal): -16364269 or 1264902. OLE color: 1264902.

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

Color convert

RGB 6 77 19 -
CMYK 0.92 0 0.75 0.70
HSL 130.99º 0.86% 0.16% -
HSV(B) 130.99º 0.92% 0.3% -
XYZ 2.85 5.39 1.51 -
YUV 49.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 6 77 19 0.92 0 0.75 0.70 130.99 0.86 0.16
Hex 6 4D 13 5C 0 4B 46 83 56 10
Octal 6 115 23 134 0 113 106 203 126 20
Binary 110 1001101 10011 1011100 0 1001011 1000110 10000011 1010110 10000

Color Harmonies of #064D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D13

Black with #064D13

Text Example


Text Example

White with #064D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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