Html Css Color HEX #064824 British Racing Green

📋 copy color: '#064824'

red 6 ◦ green 72 ◦ blue 36

#064824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064824

Tints of British Racing Green #064824

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 value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#064824 (or 0x064824) is known color: 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

RGB 6 72 36 -
CMYK 0.92 0 0.5 0.72
HSL 147.27º 0.85% 0.15% -
HSV(B) 147.27º 0.92% 0.28% -
XYZ 2.71 4.8 2.45 -
YUV 48.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 6 72 36 0.92 0 0.5 0.72 147.27 0.85 0.15
Hex 6 48 24 5C 0 32 48 93 55 F
Octal 6 110 44 134 0 62 110 223 125 17
Binary 110 1001000 100100 1011100 0 110010 1001000 10010011 1010101 1111

Color Harmonies of #064824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064824

Black with #064824

Text Example


Text Example

White with #064824

Text Example


Text Example

HTML Codes & Css Web 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>