#064322

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

Shades of British Racing Green #064322

Tints of British Racing Green #064322

Color information

#064322 (or 0x064322) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 22. RGB value is (6,67,34). Sum of RGB (Red+Green+Blue) = 6+67+34=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #064322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064322 is #F9BCDD. Grayscale: #2D2D2D. Windows color (decimal): -16366814 or 2245382. OLE color: 2245382.

HSL color Cylindrical-coordinate representation of color #064322: hue angle of 147.54º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064322 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB66734-
CMYK0.9100.490.74
HSL147.54º83.56%14.31%-
HSV(B)147.54º91.04%26.27%-
XYZ2.374.172.19-
YUV45121.79100.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=5.61%
G=62.62%
B=31.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667340.9100.490.74147.5483.5614.31
Hex643225B0314A9454e
Octal61034213306111222412416
Binary11010000111000101011011011000110010101001010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064322; }

 p { color: rgb(6,67,34); }

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

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

 a { background-color: rgb(6,67,34); }

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

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

 span { border-color: rgb(6,67,34); }

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