#045213

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

Shades of British Racing Green #045213

Tints of British Racing Green #045213

Color information

#045213 (or 0x045213) is unknown color: approx British Racing Green. HEX triplet: 04, 52 and 13. RGB value is (4,82,19). Sum of RGB (Red+Green+Blue) = 4+82+19=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #045213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045213 is #FBADEC. Grayscale: #333333. Windows color (decimal): -16494061 or 1266180. OLE color: 1266180.

HSL color Cylindrical-coordinate representation of color #045213: hue angle of 131.54º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045213 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB48219-
CMYK0.9500.770.68
HSL131.54º90.7%16.86%-
HSV(B)131.54º95.12%32.16%-
XYZ3.186.111.63-
YUV51.5109.6694.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 82 (32.42% from 255) = 78.10%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=3.81%
G=78.10%
B=18.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482190.9500.770.68131.5490.716.86
Hex452135F04D44845b11
Octal412223137011510420413321
Binary100101001010011101111101001101100010010000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045213; }

 p { color: rgb(4,82,19); }

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

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

 a { background-color: rgb(4,82,19); }

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

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

 span { border-color: rgb(4,82,19); }

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