Html Css Color HEX #06492E British Racing Green

📋 copy color: '#06492E'

red 6 ◦ green 73 ◦ blue 46

#06492E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #06492E

Tints of British Racing Green #06492E

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 value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#06492E (or 0x06492E) is known color: 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

RGB 6 73 46 -
CMYK 0.92 0 0.37 0.71
HSL 155.82º 0.85% 0.15% -
HSV(B) 155.82º 0.92% 0.29% -
XYZ 2.95 5 3.39 -
YUV 49.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 6 73 46 0.92 0 0.37 0.71 155.82 0.85 0.15
Hex 6 49 2E 5C 0 25 47 9C 55 F
Octal 6 111 56 134 0 45 107 234 125 17
Binary 110 1001001 101110 1011100 0 100101 1000111 10011100 1010101 1111

Color Harmonies of #06492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06492E

Black with #06492E

Text Example


Text Example

White with #06492E

Text Example


Text Example

HTML Codes & Css Web 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>