#064D1B

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

Shades of British Racing Green #064D1B

Tints of British Racing Green #064D1B

Color information

#064D1B (or 0x064D1B) is unknown color: approx British Racing Green. HEX triplet: 06, 4D and 1B. RGB value is (6,77,27). Sum of RGB (Red+Green+Blue) = 6+77+27=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #064D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D1B is #F9B2E4. Grayscale: #323232. Windows color (decimal): -16364261 or 1789190. OLE color: 1789190.

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

Color convert

RGB67727-
CMYK0.9200.650.70
HSL137.75º85.54%16.27%-
HSV(B)137.75º92.21%30.2%-
XYZ2.935.431.93-
YUV50.07114.9896.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 77 (30.47% from 255) = 70%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=5.45%
G=70%
B=24.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677270.9200.650.70137.7585.5416.27
Hex64D1B5C041468a5610
Octal611533134010110621212620
Binary110100110111011101110001000001100011010001010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #064D1B;
 }
 .AnyTagClassName
 {
   color: #064D1B;
 }
</style>
background-color css

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

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

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

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

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

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