#06492F

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

Shades of British Racing Green #06492F

Tints of British Racing Green #06492F

Color information

#06492F (or 0x06492F) is unknown color: approx British Racing Green. HEX triplet: 06, 49 and 2F. RGB value is (6,73,47). Sum of RGB (Red+Green+Blue) = 6+73+47=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #06492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06492F is #F9B6D0. Grayscale: #323232. Windows color (decimal): -16365265 or 3098886. OLE color: 3098886.

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

Color convert

RGB67347-
CMYK0.9200.360.71
HSL156.72º84.81%15.49%-
HSV(B)156.72º91.78%28.63%-
XYZ2.975.013.5-
YUV50126.396.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 73 (28.91% from 255) = 57.94%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=4.76%
G=57.94%
B=37.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673470.9200.360.71156.7284.8115.49
Hex6492F5C024479d55f
Octal61115713404410723512517
Binary11010010011011111011100010010010001111001110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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