#044132

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

Shades of British Racing Green #044132

Tints of British Racing Green #044132

Color information

#044132 (or 0x044132) is unknown color: approx British Racing Green. HEX triplet: 04, 41 and 32. RGB value is (4,65,50). Sum of RGB (Red+Green+Blue) = 4+65+50=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #044132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044132 is #FBBECD. Grayscale: #2D2D2D. Windows color (decimal): -16498382 or 3293444. OLE color: 3293444.

HSL color Cylindrical-coordinate representation of color #044132: hue angle of 165.25º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044132 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB46550-
CMYK0.9400.230.75
HSL165.25º88.41%13.53%-
HSV(B)165.25º93.85%25.49%-
XYZ2.524.043.66-
YUV45.05130.7998.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=3.36%
G=54.62%
B=42.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465500.9400.230.75165.2588.4113.53
Hex441325E0174Ba558e
Octal41016213602711324513016
Binary1001000001110010101111001011110010111010010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044132; }

 p { color: rgb(4,65,50); }

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

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

 a { background-color: rgb(4,65,50); }

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

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

 span { border-color: rgb(4,65,50); }

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