Html Css Color HEX #06492C British Racing Green

📋 copy color: '#06492C'

red 6 ◦ green 73 ◦ blue 44

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

Shades of British Racing Green #06492C

Tints of British Racing Green #06492C

RGB

 RED value IS 6 (2.73% from 255) = 4.88%

 GREEN value IS 73 (28.91% from 255) = 59.35%

 BLUE value IS 44 (17.58% from 255) = 35.77%

R = 4.88%
G = 59.35%
B = 35.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#06492C (or 0x06492C) is known color: British Racing Green. HEX triplet: 06, 49 and 2C. RGB value is (6,73,44). Sum of RGB (Red+Green+Blue) = 6+73+44=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #06492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06492C is #F9B6D3. Grayscale: #313131. Windows color (decimal): -16365268 or 2902278. OLE color: 2902278.

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

Color convert

RGB 6 73 44 -
CMYK 0.92 0 0.40 0.71
HSL 154.03º 0.85% 0.15% -
HSV(B) 154.03º 0.92% 0.29% -
XYZ 2.91 4.99 3.19 -
YUV 49.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 6 73 44 0.92 0 0.40 0.71 154.03 0.85 0.15
Hex 6 49 2C 5C 0 28 47 9A 55 F
Octal 6 111 54 134 0 50 107 232 125 17
Binary 110 1001001 101100 1011100 0 101000 1000111 10011010 1010101 1111

Color Harmonies of #06492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06492C

Black with #06492C

Text Example


Text Example

White with #06492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06492C;
 }
 .AnyTagClassName
 {
   color: #06492C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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