#064220

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

Shades of British Racing Green #064220

Tints of British Racing Green #064220

Color information

#064220 (or 0x064220) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 20. RGB value is (6,66,32). Sum of RGB (Red+Green+Blue) = 6+66+32=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #064220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064220 is #F9BDDF. Grayscale: #2C2C2C. Windows color (decimal): -16367072 or 2114054. OLE color: 2114054.

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

Color convert

RGB66632-
CMYK0.9100.520.74
HSL146º83.33%14.12%-
HSV(B)146º90.91%25.88%-
XYZ2.284.042.03-
YUV44.18121.12100.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=5.77%
G=63.46%
B=30.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666320.9100.520.7414683.3314.12
Hex642205B0344A9253e
Octal61024013306411222212316
Binary11010000101000001011011011010010010101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064220; }

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

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

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

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

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

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

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

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