#044932

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

Shades of British Racing Green #044932

Tints of British Racing Green #044932

Color information

#044932 (or 0x044932) is unknown color: approx British Racing Green. HEX triplet: 04, 49 and 32. RGB value is (4,73,50). Sum of RGB (Red+Green+Blue) = 4+73+50=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #044932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044932 is #FBB6CD. Grayscale: #313131. Windows color (decimal): -16496334 or 3295492. OLE color: 3295492.

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

Color convert

RGB47350-
CMYK0.9500.320.71
HSL160º89.61%15.1%-
HSV(B)160º94.52%28.63%-
XYZ3.015.023.83-
YUV49.75128.1495.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 73 (28.91% from 255) = 57.48%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=3.15%
G=57.48%
B=39.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473500.9500.320.7116089.6115.1
Hex449325F02047a05af
Octal41116213704010724013217
Binary10010010011100101011111010000010001111010000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044932; }

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

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

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

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

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

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

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

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