#045116

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

Shades of British Racing Green #045116

Tints of British Racing Green #045116

Color information

#045116 (or 0x045116) is unknown color: approx British Racing Green. HEX triplet: 04, 51 and 16. RGB value is (4,81,22). Sum of RGB (Red+Green+Blue) = 4+81+22=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #045116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045116 is #FBAEE9. Grayscale: #333333. Windows color (decimal): -16494314 or 1462532. OLE color: 1462532.

HSL color Cylindrical-coordinate representation of color #045116: hue angle of 134.03º 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 #045116 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB48122-
CMYK0.9500.730.68
HSL134.03º90.59%16.67%-
HSV(B)134.03º95.06%31.76%-
XYZ3.145.971.75-
YUV51.25111.4994.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 81 (32.03% from 255) = 75.70%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=3.74%
G=75.70%
B=20.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481220.9500.730.68134.0390.5916.67
Hex451165F04944865b11
Octal412126137011110420613321
Binary100101000110110101111101001001100010010000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045116; }

 p { color: rgb(4,81,22); }

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

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

 a { background-color: rgb(4,81,22); }

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

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

 span { border-color: rgb(4,81,22); }

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