Html Css Color HEX #04422A British Racing Green

📋 copy color: '#04422A'

red 4 ◦ green 66 ◦ blue 42

#04422A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #04422A

Tints of British Racing Green #04422A

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.8% from 255) = 37.5%

R = 3.57%
G = 58.93%
B = 37.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#04422A (or 0x04422A) is known color: 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

RGB 4 66 42 -
CMYK 0.94 0 0.36 0.74
HSL 156.77º 0.89% 0.14% -
HSV(B) 156.77º 0.94% 0.26% -
XYZ 2.42 4.09 2.85 -
YUV 44.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 4 66 42 0.94 0 0.36 0.74 156.77 0.89 0.14
Hex 4 42 2A 5E 0 24 4A 9D 59 E
Octal 4 102 52 136 0 44 112 235 131 16
Binary 100 1000010 101010 1011110 0 100100 1001010 10011101 1011001 1110

Color Harmonies of #04422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04422A

Black with #04422A

Text Example


Text Example

White with #04422A

Text Example


Text Example

HTML Codes & Css Web 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>