#044216

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

Shades of British Racing Green #044216

Tints of British Racing Green #044216

Color information

#044216 (or 0x044216) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 16. RGB value is (4,66,22). Sum of RGB (Red+Green+Blue) = 4+66+22=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #044216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044216 is #FBBDE9. Grayscale: #2A2A2A. Windows color (decimal): -16498154 or 1458692. OLE color: 1458692.

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

Color convert

RGB46622-
CMYK0.9400.670.74
HSL137.42º88.57%13.73%-
HSV(B)137.42º93.94%25.88%-
XYZ2.143.981.41-
YUV42.45116.46100.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=4.35%
G=71.74%
B=23.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466220.9400.670.74137.4288.5713.73
Hex442165E0434A8959e
Octal410226136010311221113116
Binary10010000101011010111100100001110010101000100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044216; }

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

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

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

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

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

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

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

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