#064824

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

Shades of British Racing Green #064824

Tints of British Racing Green #064824

Color information

#064824 (or 0x064824) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 24. RGB value is (6,72,36). Sum of RGB (Red+Green+Blue) = 6+72+36=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #064824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064824 is #F9B7DB. Grayscale: #303030. Windows color (decimal): -16365532 or 2377734. OLE color: 2377734.

HSL color Cylindrical-coordinate representation of color #064824: hue angle of 147.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064824 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB67236-
CMYK0.9200.50.72
HSL147.27º84.62%15.29%-
HSV(B)147.27º91.67%28.24%-
XYZ2.714.82.45-
YUV48.16121.1397.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 72 (28.52% from 255) = 63.16%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=5.26%
G=63.16%
B=31.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672360.9200.50.72147.2784.6215.29
Hex648245C032489355f
Octal61104413406211022312517
Binary11010010001001001011100011001010010001001001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064824; }

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

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

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

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

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

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

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

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