#044520

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

Shades of British Racing Green #044520

Tints of British Racing Green #044520

Color information

#044520 (or 0x044520) is unknown color: approx British Racing Green. HEX triplet: 04, 45 and 20. RGB value is (4,69,32). Sum of RGB (Red+Green+Blue) = 4+69+32=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #044520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044520 is #FBBADF. Grayscale: #2D2D2D. Windows color (decimal): -16497376 or 2114820. OLE color: 2114820.

HSL color Cylindrical-coordinate representation of color #044520: hue angle of 145.85º 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 #044520 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB46932-
CMYK0.9400.540.73
HSL145.85º89.04%14.31%-
HSV(B)145.85º94.2%27.06%-
XYZ2.444.392.08-
YUV45.35120.4798.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 69 (27.34% from 255) = 65.71%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=3.81%
G=65.71%
B=30.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469320.9400.540.73145.8589.0414.31
Hex445205E036499259e
Octal41054013606611122213116
Binary10010001011000001011110011011010010011001001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044520; }

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

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

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

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

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

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

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

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