#044425

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

Shades of British Racing Green #044425

Tints of British Racing Green #044425

Color information

#044425 (or 0x044425) is unknown color: approx British Racing Green. HEX triplet: 04, 44 and 25. RGB value is (4,68,37). Sum of RGB (Red+Green+Blue) = 4+68+37=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #044425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044425 is #FBBBDA. Grayscale: #2D2D2D. Windows color (decimal): -16497627 or 2442244. OLE color: 2442244.

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

Color convert

RGB46837-
CMYK0.9400.460.73
HSL150.94º88.89%14.12%-
HSV(B)150.94º94.12%26.67%-
XYZ2.454.292.45-
YUV45.33123.398.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=3.67%
G=62.39%
B=33.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468370.9400.460.73150.9488.8914.12
Hex444255E02E499759e
Octal41044513605611122713116
Binary10010001001001011011110010111010010011001011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044425; }

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

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

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

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

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

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

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

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