#064121

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

Shades of British Racing Green #064121

Tints of British Racing Green #064121

Color information

#064121 (or 0x064121) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 21. RGB value is (6,65,33). Sum of RGB (Red+Green+Blue) = 6+65+33=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #064121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064121 is #F9BEDE. Grayscale: #2B2B2B. Windows color (decimal): -16367327 or 2179334. OLE color: 2179334.

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

Color convert

RGB66533-
CMYK0.9100.490.75
HSL147.46º83.1%13.92%-
HSV(B)147.46º90.77%25.49%-
XYZ2.243.932.08-
YUV43.71121.95101.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=5.77%
G=62.5%
B=31.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665330.9100.490.75147.4683.113.92
Hex641215B0314B9353e
Octal61014113306111322312316
Binary11010000011000011011011011000110010111001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064121; }

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

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

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

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

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

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

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

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