#044516

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

Shades of British Racing Green #044516

Tints of British Racing Green #044516

Color information

#044516 (or 0x044516) is unknown color: approx British Racing Green. HEX triplet: 04, 45 and 16. RGB value is (4,69,22). Sum of RGB (Red+Green+Blue) = 4+69+22=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #044516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044516 is #FBBAE9. Grayscale: #2C2C2C. Windows color (decimal): -16497386 or 1459460. OLE color: 1459460.

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

Color convert

RGB46922-
CMYK0.9400.680.73
HSL136.62º89.04%14.31%-
HSV(B)136.62º94.2%27.06%-
XYZ2.324.341.47-
YUV44.21115.4799.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 69 (27.34% from 255) = 72.63%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=4.21%
G=72.63%
B=23.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469220.9400.680.73136.6289.0414.31
Hex445165E044498959e
Octal410526136010411121113116
Binary10010001011011010111100100010010010011000100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044516; }

 p { color: rgb(4,69,22); }

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

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

 a { background-color: rgb(4,69,22); }

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

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

 span { border-color: rgb(4,69,22); }

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