#045019

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

Shades of British Racing Green #045019

Tints of British Racing Green #045019

Color information

#045019 (or 0x045019) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 19. RGB value is (4,80,25). Sum of RGB (Red+Green+Blue) = 4+80+25=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #045019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045019 is #FBAFE6. Grayscale: #333333. Windows color (decimal): -16494567 or 1658884. OLE color: 1658884.

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

Color convert

RGB48025-
CMYK0.9500.690.69
HSL136.58º90.48%16.47%-
HSV(B)136.58º95%31.37%-
XYZ3.095.831.88-
YUV51.01113.3294.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 80 (31.64% from 255) = 73.39%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=3.67%
G=73.39%
B=22.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480250.9500.690.69136.5890.4816.47
Hex450195F04545895a10
Octal412031137010510521113220
Binary100101000011001101111101000101100010110001001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045019; }

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

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

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

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

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

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

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

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