Html Css Color HEX #06472E British Racing Green

📋 copy color: '#06472E'

red 6 ◦ green 71 ◦ blue 46

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

Shades of British Racing Green #06472E

Tints of British Racing Green #06472E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.72%

 BLUE value IS 46 (18.36% from 255) = 37.4%

R = 4.88%
G = 57.72%
B = 37.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#06472E (or 0x06472E) is known color: British Racing Green. HEX triplet: 06, 47 and 2E. RGB value is (6,71,46). Sum of RGB (Red+Green+Blue) = 6+71+46=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #06472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06472E is #F9B8D1. Grayscale: #303030. Windows color (decimal): -16365778 or 3032838. OLE color: 3032838.

HSL color Cylindrical-coordinate representation of color #06472E: hue angle of 156.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06472E is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 46 -
CMYK 0.92 0 0.35 0.72
HSL 156.92º 0.84% 0.15% -
HSV(B) 156.92º 0.92% 0.28% -
XYZ 2.82 4.74 3.35 -
YUV 48.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 6 71 46 0.92 0 0.35 0.72 156.92 0.84 0.15
Hex 6 47 2E 5C 0 23 48 9D 54 F
Octal 6 107 56 134 0 43 110 235 124 17
Binary 110 1000111 101110 1011100 0 100011 1001000 10011101 1010100 1111

Color Harmonies of #06472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06472E

Black with #06472E

Text Example


Text Example

White with #06472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06472E;
 }
 .AnyTagClassName
 {
   color: #06472E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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