#04501D

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

Shades of British Racing Green #04501D

Tints of British Racing Green #04501D

Color information

#04501D (or 0x04501D) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 1D. RGB value is (4,80,29). Sum of RGB (Red+Green+Blue) = 4+80+29=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #04501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501D is #FBAFE2. Grayscale: #333333. Windows color (decimal): -16494563 or 1921028. OLE color: 1921028.

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

Color convert

RGB48029-
CMYK0.9500.640.69
HSL139.74º90.48%16.47%-
HSV(B)139.74º95%31.37%-
XYZ3.145.852.13-
YUV51.46115.3294.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=3.54%
G=70.80%
B=25.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480290.9500.640.69139.7490.4816.47
Hex4501D5F040458c5a10
Octal412035137010010521413220
Binary100101000011101101111101000000100010110001100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04501D; }

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

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

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

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

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

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

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

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