#04422E

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

Shades of British Racing Green #04422E

Tints of British Racing Green #04422E

Color information

#04422E (or 0x04422E) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 2E. RGB value is (4,66,46). Sum of RGB (Red+Green+Blue) = 4+66+46=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #04422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422E is #FBBDD1. Grayscale: #2D2D2D. Windows color (decimal): -16498130 or 3031556. OLE color: 3031556.

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

Color convert

RGB46646-
CMYK0.9400.300.74
HSL160.65º88.57%13.73%-
HSV(B)160.65º93.94%25.88%-
XYZ2.494.123.25-
YUV45.18128.4698.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=3.45%
G=56.90%
B=39.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466460.9400.300.74160.6588.5713.73
Hex4422E5E01E4Aa159e
Octal41025613603611224113116
Binary1001000010101110101111001111010010101010000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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