#044218

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

Shades of British Racing Green #044218

Tints of British Racing Green #044218

Color information

#044218 (or 0x044218) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 18. RGB value is (4,66,24). Sum of RGB (Red+Green+Blue) = 4+66+24=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #044218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044218 is #FBBDE7. Grayscale: #2A2A2A. Windows color (decimal): -16498152 or 1589764. OLE color: 1589764.

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

Color convert

RGB46624-
CMYK0.9400.640.74
HSL139.35º88.57%13.73%-
HSV(B)139.35º93.94%25.88%-
XYZ2.163.991.52-
YUV42.67117.46100.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=4.26%
G=70.21%
B=25.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466240.9400.640.74139.3588.5713.73
Hex442185E0404A8b59e
Octal410230136010011221313116
Binary10010000101100010111100100000010010101000101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044218; }

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

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

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

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

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

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

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

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