#044418

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

Shades of British Racing Green #044418

Tints of British Racing Green #044418

Color information

#044418 (or 0x044418) is unknown color: approx British Racing Green. HEX triplet: 04, 44 and 18. RGB value is (4,68,24). Sum of RGB (Red+Green+Blue) = 4+68+24=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #044418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044418 is #FBBBE7. Grayscale: #2B2B2B. Windows color (decimal): -16497640 or 1590276. OLE color: 1590276.

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

Color convert

RGB46824-
CMYK0.9400.650.73
HSL138.75º88.89%14.12%-
HSV(B)138.75º94.12%26.67%-
XYZ2.284.231.56-
YUV43.85116.899.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 68 (26.95% from 255) = 70.83%
BLUE value IS 24 (9.77% from 255) = 25%
R=4.17%
G=70.83%
B=25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468240.9400.650.73138.7588.8914.12
Hex444185E041498b59e
Octal410430136010111121313116
Binary10010001001100010111100100000110010011000101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044418; }

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

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

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

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

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

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

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

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