#064D18

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

Shades of British Racing Green #064D18

Tints of British Racing Green #064D18

Color information

#064D18 (or 0x064D18) is unknown color: approx British Racing Green. HEX triplet: 06, 4D and 18. RGB value is (6,77,24). Sum of RGB (Red+Green+Blue) = 6+77+24=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #064D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D18 is #F9B2E7. Grayscale: #313131. Windows color (decimal): -16364264 or 1592582. OLE color: 1592582.

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

Color convert

RGB67724-
CMYK0.9200.690.70
HSL135.21º85.54%16.27%-
HSV(B)135.21º92.21%30.2%-
XYZ2.895.411.76-
YUV49.73113.4896.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 77 (30.47% from 255) = 71.96%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=5.61%
G=71.96%
B=22.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677240.9200.690.70135.2185.5416.27
Hex64D185C04546875610
Octal611530134010510620712620
Binary110100110111000101110001000101100011010000111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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