#04491F

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

Shades of British Racing Green #04491F

Tints of British Racing Green #04491F

Color information

#04491F (or 0x04491F) is unknown color: approx British Racing Green. HEX triplet: 04, 49 and 1F. RGB value is (4,73,31). Sum of RGB (Red+Green+Blue) = 4+73+31=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #04491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04491F is #FBB6E0. Grayscale: #2F2F2F. Windows color (decimal): -16496353 or 2050308. OLE color: 2050308.

HSL color Cylindrical-coordinate representation of color #04491F: hue angle of 143.48º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04491F is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB47331-
CMYK0.9500.580.71
HSL143.48º89.61%15.1%-
HSV(B)143.48º94.52%28.63%-
XYZ2.684.892.1-
YUV47.58118.6496.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 73 (28.91% from 255) = 67.59%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=3.70%
G=67.59%
B=28.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473310.9500.580.71143.4889.6115.1
Hex4491F5F03A478f5af
Octal41113713707210721713217
Binary1001001001111111011111011101010001111000111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04491F; }

 p { color: rgb(4,73,31); }

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

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

 a { background-color: rgb(4,73,31); }

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

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

 span { border-color: rgb(4,73,31); }

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