#06492E

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

Shades of British Racing Green #06492E

Tints of British Racing Green #06492E

Color information

#06492E (or 0x06492E) is unknown color: approx British Racing Green. HEX triplet: 06, 49 and 2E. RGB value is (6,73,46). Sum of RGB (Red+Green+Blue) = 6+73+46=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #06492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06492E is #F9B6D1. Grayscale: #313131. Windows color (decimal): -16365266 or 3033350. OLE color: 3033350.

HSL color Cylindrical-coordinate representation of color #06492E: hue angle of 155.82º 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 #06492E is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB67346-
CMYK0.9200.370.71
HSL155.82º84.81%15.49%-
HSV(B)155.82º91.78%28.63%-
XYZ2.9553.39-
YUV49.89125.896.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=4.8%
G=58.4%
B=36.8%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673460.9200.370.71155.8284.8115.49
Hex6492E5C025479c55f
Octal61115613404510723412517
Binary11010010011011101011100010010110001111001110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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