#044920

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

Shades of British Racing Green #044920

Tints of British Racing Green #044920

Color information

#044920 (or 0x044920) is unknown color: approx British Racing Green. HEX triplet: 04, 49 and 20. RGB value is (4,73,32). Sum of RGB (Red+Green+Blue) = 4+73+32=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #044920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044920 is #FBB6DF. Grayscale: #2F2F2F. Windows color (decimal): -16496352 or 2115844. OLE color: 2115844.

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

Color convert

RGB47332-
CMYK0.9500.560.71
HSL144.35º89.61%15.1%-
HSV(B)144.35º94.52%28.63%-
XYZ2.694.92.17-
YUV47.7119.1496.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=3.67%
G=66.97%
B=29.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473320.9500.560.71144.3589.6115.1
Hex449205F03847905af
Octal41114013707010722013217
Binary10010010011000001011111011100010001111001000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044920; }

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

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

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

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

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

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

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

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