Html Css Color HEX #04422D British Racing Green

📋 copy color: '#04422D'

red 4 ◦ green 66 ◦ blue 45

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

Shades of British Racing Green #04422D

Tints of British Racing Green #04422D

RGB

 RED value IS 4 (1.95% from 255) = 3.48%

 GREEN value IS 66 (26.17% from 255) = 57.39%

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 3.48%
G = 57.39%
B = 39.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#04422D (or 0x04422D) is known color: British Racing Green. HEX triplet: 04, 42 and 2D. RGB value is (4,66,45). Sum of RGB (Red+Green+Blue) = 4+66+45=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #04422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422D is #FBBDD2. Grayscale: #2D2D2D. Windows color (decimal): -16498131 or 2966020. OLE color: 2966020.

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

Color convert

RGB 4 66 45 -
CMYK 0.94 0 0.32 0.74
HSL 159.68º 0.89% 0.14% -
HSV(B) 159.68º 0.94% 0.26% -
XYZ 2.47 4.11 3.15 -
YUV 45.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 4 66 45 0.94 0 0.32 0.74 159.68 0.89 0.14
Hex 4 42 2D 5E 0 20 4A A0 59 E
Octal 4 102 55 136 0 40 112 240 131 16
Binary 100 1000010 101101 1011110 0 100000 1001010 10100000 1011001 1110

Color Harmonies of #04422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04422D

Black with #04422D

Text Example


Text Example

White with #04422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04422D;
 }
 .AnyTagClassName
 {
   color: #04422D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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