#06481C

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

Shades of British Racing Green #06481C

Tints of British Racing Green #06481C

Color information

#06481C (or 0x06481C) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 1C. RGB value is (6,72,28). Sum of RGB (Red+Green+Blue) = 6+72+28=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #06481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06481C is #F9B7E3. Grayscale: #2F2F2F. Windows color (decimal): -16365540 or 1853446. OLE color: 1853446.

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

Color convert

RGB67228-
CMYK0.9200.610.72
HSL140º84.62%15.29%-
HSV(B)140º91.67%28.24%-
XYZ2.64.761.88-
YUV47.25117.1398.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=5.66%
G=67.92%
B=26.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672280.9200.610.7214084.6215.29
Hex6481C5C03D488c55f
Octal61103413407511021412517
Binary1101001000111001011100011110110010001000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,72,28); }

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

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

 a { background-color: rgb(6,72,28); }

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

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

 span { border-color: rgb(6,72,28); }

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