#044226

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

Shades of British Racing Green #044226

Tints of British Racing Green #044226

Color information

#044226 (or 0x044226) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 26. RGB value is (4,66,38). Sum of RGB (Red+Green+Blue) = 4+66+38=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #044226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044226 is #FBBDD9. Grayscale: #2C2C2C. Windows color (decimal): -16498138 or 2507268. OLE color: 2507268.

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

Color convert

RGB46638-
CMYK0.9400.420.74
HSL152.9º88.57%13.73%-
HSV(B)152.9º93.94%25.88%-
XYZ2.354.062.49-
YUV44.27124.4699.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 66 (26.17% from 255) = 61.11%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=3.70%
G=61.11%
B=35.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466380.9400.420.74152.988.5713.73
Hex442265E02A4A9959e
Octal41024613605211223113116
Binary10010000101001101011110010101010010101001100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044226; }

 p { color: rgb(4,66,38); }

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

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

 a { background-color: rgb(4,66,38); }

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

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

 span { border-color: rgb(4,66,38); }

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