#064021

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

Shades of British Racing Green #064021

Tints of British Racing Green #064021

Color information

#064021 (or 0x064021) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 21. RGB value is (6,64,33). Sum of RGB (Red+Green+Blue) = 6+64+33=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #064021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064021 is #F9BFDE. Grayscale: #2B2B2B. Windows color (decimal): -16367583 or 2179078. OLE color: 2179078.

HSL color Cylindrical-coordinate representation of color #064021: hue angle of 147.93º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064021 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB66433-
CMYK0.9100.480.75
HSL147.93º82.86%13.73%-
HSV(B)147.93º90.62%25.1%-
XYZ2.183.822.06-
YUV43.12122.28101.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=5.83%
G=62.14%
B=32.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664330.9100.480.75147.9382.8613.73
Hex640215B0304B9453e
Octal61004113306011322412316
Binary11010000001000011011011011000010010111001010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064021; }

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

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

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

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

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

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

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

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