#064D1F

Color #064D1F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #064D1F

Tints of British Racing Green #064D1F

Color information

#064D1F (or 0x064D1F) is unknown color: approx 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

RGB67731-
CMYK0.9200.600.70
HSL141.13º85.54%16.27%-
HSV(B)141.13º92.21%30.2%-
XYZ2.985.452.19-
YUV50.53116.9896.24-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677310.9200.600.70141.1385.5416.27
Hex64D1F5C03C468d5610
Octal61153713407410621512620
Binary11010011011111110111000111100100011010001101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>