#044C25

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

Shades of British Racing Green #044C25

Tints of British Racing Green #044C25

Color information

#044C25 (or 0x044C25) is unknown color: approx British Racing Green. HEX triplet: 04, 4C and 25. RGB value is (4,76,37). Sum of RGB (Red+Green+Blue) = 4+76+37=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #044C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C25 is #FBB3DA. Grayscale: #323232. Windows color (decimal): -16495579 or 2444292. OLE color: 2444292.

HSL color Cylindrical-coordinate representation of color #044C25: hue angle of 147.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C25 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB47637-
CMYK0.9500.510.70
HSL147.5º90%15.69%-
HSV(B)147.5º94.74%29.8%-
XYZ2.975.332.62-
YUV50.03120.6595.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 76 (30.08% from 255) = 64.96%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=3.42%
G=64.96%
B=31.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal476370.9500.510.70147.59015.69
Hex44C255F03346945a10
Octal41144513706310622413220
Binary100100110010010110111110110011100011010010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044C25; }

 p { color: rgb(4,76,37); }

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

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

 a { background-color: rgb(4,76,37); }

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

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

 span { border-color: rgb(4,76,37); }

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