#045013

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

Shades of British Racing Green #045013

Tints of British Racing Green #045013

Color information

#045013 (or 0x045013) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 13. RGB value is (4,80,19). Sum of RGB (Red+Green+Blue) = 4+80+19=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #045013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045013 is #FBAFEC. Grayscale: #323232. Windows color (decimal): -16494573 or 1265668. OLE color: 1265668.

HSL color Cylindrical-coordinate representation of color #045013: hue angle of 131.84º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045013 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB48019-
CMYK0.9500.760.69
HSL131.84º90.48%16.47%-
HSV(B)131.84º95%31.37%-
XYZ3.045.811.58-
YUV50.32110.3294.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 80 (31.64% from 255) = 77.67%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=3.88%
G=77.67%
B=18.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480190.9500.760.69131.8490.4816.47
Hex450135F04C45845a10
Octal412023137011410520413220
Binary100101000010011101111101001100100010110000100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045013; }

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

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

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

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

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

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

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

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