#06492D

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

Shades of British Racing Green #06492D

Tints of British Racing Green #06492D

Color information

#06492D (or 0x06492D) is unknown color: approx British Racing Green. HEX triplet: 06, 49 and 2D. RGB value is (6,73,45). Sum of RGB (Red+Green+Blue) = 6+73+45=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #06492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06492D is #F9B6D2. Grayscale: #313131. Windows color (decimal): -16365267 or 2967814. OLE color: 2967814.

HSL color Cylindrical-coordinate representation of color #06492D: hue angle of 154.93º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06492D is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB67345-
CMYK0.9200.380.71
HSL154.93º84.81%15.49%-
HSV(B)154.93º91.78%28.63%-
XYZ2.934.993.29-
YUV49.78125.396.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=4.84%
G=58.87%
B=36.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673450.9200.380.71154.9384.8115.49
Hex6492D5C026479b55f
Octal61115513404610723312517
Binary11010010011011011011100010011010001111001101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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