Html Css Color HEX #064D1F British Racing Green

📋 copy color: '#064D1F'

red 6 ◦ green 77 ◦ blue 31

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

Shades of British Racing Green #064D1F

Tints of British Racing Green #064D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 5.26%
G = 67.54%
B = 27.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#064D1F (or 0x064D1F) is known color: British Racing Green. HEX triplet: 06, 4D and 1F. RGB value is (6,77,31). Sum of RGB (Red+Green+Blue) = 6+77+31=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #064D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D1F is #F9B2E0. Grayscale: #323232. Windows color (decimal): -16364257 or 2051334. OLE color: 2051334.

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

Color convert

RGB 6 77 31 -
CMYK 0.92 0 0.60 0.70
HSL 141.13º 0.86% 0.16% -
HSV(B) 141.13º 0.92% 0.3% -
XYZ 2.98 5.45 2.19 -
YUV 50.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 6 77 31 0.92 0 0.60 0.70 141.13 0.86 0.16
Hex 6 4D 1F 5C 0 3C 46 8D 56 10
Octal 6 115 37 134 0 74 106 215 126 20
Binary 110 1001101 11111 1011100 0 111100 1000110 10001101 1010110 10000

Color Harmonies of #064D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D1F

Black with #064D1F

Text Example


Text Example

White with #064D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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