#004631

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

Shades of British Racing Green #004631

Tints of British Racing Green #004631

Color information

#004631 (or 0x004631) is unknown color: approx British Racing Green. HEX triplet: 00, 46 and 31. RGB value is (0,70,49). Sum of RGB (Red+Green+Blue) = 0+70+49=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #004631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004631 is #FFB9CE. Grayscale: #2E2E2E. Windows color (decimal): -16759247 or 3229184. OLE color: 3229184.

HSL color Cylindrical-coordinate representation of color #004631: hue angle of 162º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004631 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB07049-
CMYK100.300.73
HSL162º100%13.73%-
HSV(B)162º100%27.45%-
XYZ2.744.63.65-
YUV46.68129.3194.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=0%
G=58.82%
B=41.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07049100.300.7316210013.73
Hex046316401E49a264e
Octal01066114403611124214416
Binary01000110110001110010001111010010011010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004631; }

 p { color: rgb(0,70,49); }

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

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

 a { background-color: rgb(0,70,49); }

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

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

 span { border-color: rgb(0,70,49); }

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