#044735

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

Shades of British Racing Green #044735

Tints of British Racing Green #044735

Color information

#044735 (or 0x044735) is unknown color: approx British Racing Green. HEX triplet: 04, 47 and 35. RGB value is (4,71,53). Sum of RGB (Red+Green+Blue) = 4+71+53=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #044735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044735 is #FBB8CA. Grayscale: #303030. Windows color (decimal): -16496843 or 3491588. OLE color: 3491588.

HSL color Cylindrical-coordinate representation of color #044735: hue angle of 163.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044735 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB47153-
CMYK0.9400.250.72
HSL163.88º89.33%14.71%-
HSV(B)163.88º94.37%27.84%-
XYZ2.954.794.14-
YUV48.92130.395.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=3.12%
G=55.47%
B=41.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471530.9400.250.72163.8889.3314.71
Hex447355E01948a459f
Octal41076513603111024413117
Binary1001000111110101101111001100110010001010010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044735; }

 p { color: rgb(4,71,53); }

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

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

 a { background-color: rgb(4,71,53); }

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

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

 span { border-color: rgb(4,71,53); }

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