#06421A

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

Shades of British Racing Green #06421A

Tints of British Racing Green #06421A

Color information

#06421A (or 0x06421A) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 1A. RGB value is (6,66,26). Sum of RGB (Red+Green+Blue) = 6+66+26=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #06421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06421A is #F9BDE5. Grayscale: #2B2B2B. Windows color (decimal): -16367078 or 1720838. OLE color: 1720838.

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

Color convert

RGB66626-
CMYK0.9100.610.74
HSL140º83.33%14.12%-
HSV(B)140º90.91%25.88%-
XYZ2.214.011.63-
YUV43.5118.12101.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 66 (26.17% from 255) = 67.35%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=6.12%
G=67.35%
B=26.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666260.9100.610.7414083.3314.12
Hex6421A5B03D4A8c53e
Octal61023213307511221412316
Binary1101000010110101011011011110110010101000110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06421A; }

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

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

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

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

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

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

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

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