#04421A

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

Shades of British Racing Green #04421A

Tints of British Racing Green #04421A

Color information

#04421A (or 0x04421A) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 1A. RGB value is (4,66,26). Sum of RGB (Red+Green+Blue) = 4+66+26=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #04421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04421A is #FBBDE5. Grayscale: #2B2B2B. Windows color (decimal): -16498150 or 1720836. OLE color: 1720836.

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

Color convert

RGB46626-
CMYK0.9400.610.74
HSL141.29º88.57%13.73%-
HSV(B)141.29º93.94%25.88%-
XYZ2.1841.63-
YUV42.9118.46100.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 66 (26.17% from 255) = 68.75%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=4.17%
G=68.75%
B=27.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466260.9400.610.74141.2988.5713.73
Hex4421A5E03D4A8d59e
Octal41023213607511221513116
Binary1001000010110101011110011110110010101000110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04421A; }

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

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

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

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

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

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

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

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