Html Css Color HEX #064520 British Racing Green

📋 copy color: '#064520'

red 6 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #064520

Tints of British Racing Green #064520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 64.49%

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

R = 5.61%
G = 64.49%
B = 29.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#064520 (or 0x064520) is known color: British Racing Green. HEX triplet: 06, 45 and 20. RGB value is (6,69,32). Sum of RGB (Red+Green+Blue) = 6+69+32=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #064520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064520 is #F9BADF. Grayscale: #2E2E2E. Windows color (decimal): -16366304 or 2114822. OLE color: 2114822.

HSL color Cylindrical-coordinate representation of color #064520: hue angle of 144.76º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064520 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 32 -
CMYK 0.91 0 0.54 0.73
HSL 144.76º 0.84% 0.15% -
HSV(B) 144.76º 0.91% 0.27% -
XYZ 2.46 4.4 2.09 -
YUV 45.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 6 69 32 0.91 0 0.54 0.73 144.76 0.84 0.15
Hex 6 45 20 5B 0 36 49 91 54 F
Octal 6 105 40 133 0 66 111 221 124 17
Binary 110 1000101 100000 1011011 0 110110 1001001 10010001 1010100 1111

Color Harmonies of #064520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064520

Black with #064520

Text Example


Text Example

White with #064520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064520; }

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

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

background-color css

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

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

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

border-color css

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

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

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