#045014

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

Shades of British Racing Green #045014

Tints of British Racing Green #045014

Color information

#045014 (or 0x045014) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 14. RGB value is (4,80,20). Sum of RGB (Red+Green+Blue) = 4+80+20=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #045014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045014 is #FBAFEB. Grayscale: #323232. Windows color (decimal): -16494572 or 1331204. OLE color: 1331204.

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

Color convert

RGB48020-
CMYK0.9500.750.69
HSL132.63º90.48%16.47%-
HSV(B)132.63º95%31.37%-
XYZ3.045.811.62-
YUV50.44110.8294.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 80 (31.64% from 255) = 76.92%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=3.85%
G=76.92%
B=19.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480200.9500.750.69132.6390.4816.47
Hex450145F04B45855a10
Octal412024137011310520513220
Binary100101000010100101111101001011100010110000101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045014; }

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

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

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

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

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

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

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

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