#06472C

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

Shades of British Racing Green #06472C

Tints of British Racing Green #06472C

Color information

#06472C (or 0x06472C) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 2C. RGB value is (6,71,44). Sum of RGB (Red+Green+Blue) = 6+71+44=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #06472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06472C is #F9B8D3. Grayscale: #303030. Windows color (decimal): -16365780 or 2901766. OLE color: 2901766.

HSL color Cylindrical-coordinate representation of color #06472C: hue angle of 155.08º 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 #06472C is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB67144-
CMYK0.9200.380.72
HSL155.08º84.42%15.1%-
HSV(B)155.08º91.55%27.84%-
XYZ2.784.733.15-
YUV48.49125.4797.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=4.96%
G=58.68%
B=36.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671440.9200.380.72155.0884.4215.1
Hex6472C5C026489b54f
Octal61075413404611023312417
Binary11010001111011001011100010011010010001001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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