#04492C

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

Shades of British Racing Green #04492C

Tints of British Racing Green #04492C

Color information

#04492C (or 0x04492C) is unknown color: approx British Racing Green. HEX triplet: 04, 49 and 2C. RGB value is (4,73,44). Sum of RGB (Red+Green+Blue) = 4+73+44=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #04492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04492C is #FBB6D3. Grayscale: #313131. Windows color (decimal): -16496340 or 2902276. OLE color: 2902276.

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

Color convert

RGB47344-
CMYK0.9500.400.71
HSL154.78º89.61%15.1%-
HSV(B)154.78º94.52%28.63%-
XYZ2.894.973.19-
YUV49.06125.1495.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 73 (28.91% from 255) = 60.33%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=3.31%
G=60.33%
B=36.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473440.9500.400.71154.7889.6115.1
Hex4492C5F028479b5af
Octal41115413705010723313217
Binary10010010011011001011111010100010001111001101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04492C; }

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

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

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

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

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

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

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

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