#064D24

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

Shades of British Racing Green #064D24

Tints of British Racing Green #064D24

Color information

#064D24 (or 0x064D24) is unknown color: approx British Racing Green. HEX triplet: 06, 4D and 24. RGB value is (6,77,36). Sum of RGB (Red+Green+Blue) = 6+77+36=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #064D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D24 is #F9B2DB. Grayscale: #333333. Windows color (decimal): -16364252 or 2379014. OLE color: 2379014.

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

Color convert

RGB67736-
CMYK0.9200.530.70
HSL145.35º85.54%16.27%-
HSV(B)145.35º92.21%30.2%-
XYZ3.055.472.57-
YUV51.1119.4895.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 77 (30.47% from 255) = 64.71%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=5.04%
G=64.71%
B=30.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677360.9200.530.70145.3585.5416.27
Hex64D245C03546915610
Octal61154413406510622112620
Binary110100110110010010111000110101100011010010001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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