#044325

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

Shades of British Racing Green #044325

Tints of British Racing Green #044325

Color information

#044325 (or 0x044325) is unknown color: approx British Racing Green. HEX triplet: 04, 43 and 25. RGB value is (4,67,37). Sum of RGB (Red+Green+Blue) = 4+67+37=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #044325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044325 is #FBBCDA. Grayscale: #2C2C2C. Windows color (decimal): -16497883 or 2441988. OLE color: 2441988.

HSL color Cylindrical-coordinate representation of color #044325: hue angle of 151.43º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044325 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB46737-
CMYK0.9400.450.74
HSL151.43º88.73%13.92%-
HSV(B)151.43º94.03%26.27%-
XYZ2.394.172.43-
YUV44.74123.6398.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=3.70%
G=62.04%
B=34.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal467370.9400.450.74151.4388.7313.92
Hex443255E02D4A9759e
Octal41034513605511222713116
Binary10010000111001011011110010110110010101001011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044325; }

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

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

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

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

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

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

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

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