#044615

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

Shades of British Racing Green #044615

Tints of British Racing Green #044615

Color information

#044615 (or 0x044615) is unknown color: approx British Racing Green. HEX triplet: 04, 46 and 15. RGB value is (4,70,21). Sum of RGB (Red+Green+Blue) = 4+70+21=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #044615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044615 is #FBB9EA. Grayscale: #2C2C2C. Windows color (decimal): -16497131 or 1394180. OLE color: 1394180.

HSL color Cylindrical-coordinate representation of color #044615: hue angle of 135.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044615 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB47021-
CMYK0.9400.700.73
HSL135.45º89.19%14.51%-
HSV(B)135.45º94.29%27.45%-
XYZ2.384.461.45-
YUV44.68114.6398.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 70 (27.73% from 255) = 73.68%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=4.21%
G=73.68%
B=22.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470210.9400.700.73135.4589.1914.51
Hex446155E046498759f
Octal410625136010611120713117
Binary10010001101010110111100100011010010011000011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044615; }

 p { color: rgb(4,70,21); }

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

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

 a { background-color: rgb(4,70,21); }

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

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

 span { border-color: rgb(4,70,21); }

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