#064D2C

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

Shades of British Racing Green #064D2C

Tints of British Racing Green #064D2C

Color information

#064D2C (or 0x064D2C) is unknown color: approx British Racing Green. HEX triplet: 06, 4D and 2C. RGB value is (6,77,44). Sum of RGB (Red+Green+Blue) = 6+77+44=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #064D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D2C is #F9B2D3. Grayscale: #343434. Windows color (decimal): -16364244 or 2903302. OLE color: 2903302.

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

Color convert

RGB67744-
CMYK0.9200.430.70
HSL152.11º85.54%16.27%-
HSV(B)152.11º92.21%30.2%-
XYZ3.185.533.28-
YUV52.01123.4895.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 77 (30.47% from 255) = 60.63%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=4.72%
G=60.63%
B=34.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677440.9200.430.70152.1185.5416.27
Hex64D2C5C02B46985610
Octal61155413405310623012620
Binary110100110110110010111000101011100011010011000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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