#04422A

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

Shades of British Racing Green #04422A

Tints of British Racing Green #04422A

Color information

#04422A (or 0x04422A) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 2A. RGB value is (4,66,42). Sum of RGB (Red+Green+Blue) = 4+66+42=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #04422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422A is #FBBDD5. Grayscale: #2C2C2C. Windows color (decimal): -16498134 or 2769412. OLE color: 2769412.

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

Color convert

RGB46642-
CMYK0.9400.360.74
HSL156.77º88.57%13.73%-
HSV(B)156.77º93.94%25.88%-
XYZ2.424.092.85-
YUV44.73126.4698.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 66 (26.17% from 255) = 58.93%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=3.57%
G=58.93%
B=37.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466420.9400.360.74156.7788.5713.73
Hex4422A5E0244A9d59e
Octal41025213604411223513116
Binary10010000101010101011110010010010010101001110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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