#06462D

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

Shades of British Racing Green #06462D

Tints of British Racing Green #06462D

Color information

#06462D (or 0x06462D) is unknown color: approx British Racing Green. HEX triplet: 06, 46 and 2D. RGB value is (6,70,45). Sum of RGB (Red+Green+Blue) = 6+70+45=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #06462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06462D is #F9B9D2. Grayscale: #303030. Windows color (decimal): -16366035 or 2967046. OLE color: 2967046.

HSL color Cylindrical-coordinate representation of color #06462D: hue angle of 156.56º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06462D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB67045-
CMYK0.9100.360.73
HSL156.56º84.21%14.9%-
HSV(B)156.56º91.43%27.45%-
XYZ2.744.613.23-
YUV48.01126.398.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=4.96%
G=57.85%
B=37.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670450.9100.360.73156.5684.2114.9
Hex6462D5B024499d54f
Octal61065513304411123512417
Binary11010001101011011011011010010010010011001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06462D; }

 p { color: rgb(6,70,45); }

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

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

 a { background-color: rgb(6,70,45); }

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

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

 span { border-color: rgb(6,70,45); }

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