#064221

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

Shades of British Racing Green #064221

Tints of British Racing Green #064221

Color information

#064221 (or 0x064221) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 21. RGB value is (6,66,33). Sum of RGB (Red+Green+Blue) = 6+66+33=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #064221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064221 is #F9BDDE. Grayscale: #2C2C2C. Windows color (decimal): -16367071 or 2179590. OLE color: 2179590.

HSL color Cylindrical-coordinate representation of color #064221: hue angle of 147º degrees, saturation: 0.83, 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 #064221 is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB66633-
CMYK0.9100.50.74
HSL147º83.33%14.12%-
HSV(B)147º90.91%25.88%-
XYZ2.34.042.1-
YUV44.3121.62100.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 66 (26.17% from 255) = 62.86%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=5.71%
G=62.86%
B=31.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666330.9100.50.7414783.3314.12
Hex642215B0324A9353e
Octal61024113306211222312316
Binary11010000101000011011011011001010010101001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064221; }

 p { color: rgb(6,66,33); }

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

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

 a { background-color: rgb(6,66,33); }

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

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

 span { border-color: rgb(6,66,33); }

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