Html Css Color HEX #064820 British Racing Green

📋 copy color: '#064820'

red 6 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #064820

Tints of British Racing Green #064820

RGB

 RED value IS 6 (2.73% from 255) = 5.45%

 GREEN value IS 72 (28.52% from 255) = 65.45%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 5.45%
G = 65.45%
B = 29.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#064820 (or 0x064820) is known color: British Racing Green. HEX triplet: 06, 48 and 20. RGB value is (6,72,32). Sum of RGB (Red+Green+Blue) = 6+72+32=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #064820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064820 is #F9B7DF. Grayscale: #2F2F2F. Windows color (decimal): -16365536 or 2115590. OLE color: 2115590.

HSL color Cylindrical-coordinate representation of color #064820: hue angle of 143.64º 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 #064820 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 32 -
CMYK 0.92 0 0.56 0.72
HSL 143.64º 0.85% 0.15% -
HSV(B) 143.64º 0.92% 0.28% -
XYZ 2.65 4.78 2.15 -
YUV 47.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 6 72 32 0.92 0 0.56 0.72 143.64 0.85 0.15
Hex 6 48 20 5C 0 38 48 90 55 F
Octal 6 110 40 134 0 70 110 220 125 17
Binary 110 1001000 100000 1011100 0 111000 1001000 10010000 1010101 1111

Color Harmonies of #064820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064820

Black with #064820

Text Example


Text Example

White with #064820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064820; }

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

 H1.HeaderClassName
 {
   color: #064820;
 }
 .AnyTagClassName
 {
   color: #064820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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