#064422

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

Shades of British Racing Green #064422

Tints of British Racing Green #064422

Color information

#064422 (or 0x064422) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 22. RGB value is (6,68,34). Sum of RGB (Red+Green+Blue) = 6+68+34=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #064422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064422 is #F9BBDD. Grayscale: #2D2D2D. Windows color (decimal): -16366558 or 2245638. OLE color: 2245638.

HSL color Cylindrical-coordinate representation of color #064422: hue angle of 147.1º 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 #064422 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB66834-
CMYK0.9100.500.73
HSL147.1º83.78%14.51%-
HSV(B)147.1º91.18%26.67%-
XYZ2.434.292.21-
YUV45.59121.4699.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 68 (26.95% from 255) = 62.96%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=5.56%
G=62.96%
B=31.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668340.9100.500.73147.183.7814.51
Hex644225B032499354f
Octal61044213306211122312417
Binary11010001001000101011011011001010010011001001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064422; }

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

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

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

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

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

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

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

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