#06472E

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

Shades of British Racing Green #06472E

Tints of British Racing Green #06472E

Color information

#06472E (or 0x06472E) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 2E. RGB value is (6,71,46). Sum of RGB (Red+Green+Blue) = 6+71+46=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #06472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06472E is #F9B8D1. Grayscale: #303030. Windows color (decimal): -16365778 or 3032838. OLE color: 3032838.

HSL color Cylindrical-coordinate representation of color #06472E: hue angle of 156.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06472E is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB67146-
CMYK0.9200.350.72
HSL156.92º84.42%15.1%-
HSV(B)156.92º91.55%27.84%-
XYZ2.824.743.35-
YUV48.72126.4797.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=4.88%
G=57.72%
B=37.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671460.9200.350.72156.9284.4215.1
Hex6472E5C023489d54f
Octal61075613404311023512417
Binary11010001111011101011100010001110010001001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06472E; }

 p { color: rgb(6,71,46); }

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

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

 a { background-color: rgb(6,71,46); }

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

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

 span { border-color: rgb(6,71,46); }

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