Html Css Color HEX #044820 British Racing Green

📋 copy color: '#044820'

red 4 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #044820

Tints of British Racing Green #044820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 66.67%

 BLUE value IS 32 (12.89% from 255) = 29.63%

R = 3.7%
G = 66.67%
B = 29.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#044820 (or 0x044820) is known color: British Racing Green. HEX triplet: 04, 48 and 20. RGB value is (4,72,32). Sum of RGB (Red+Green+Blue) = 4+72+32=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #044820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044820 is #FBB7DF. Grayscale: #2F2F2F. Windows color (decimal): -16496608 or 2115588. OLE color: 2115588.

HSL color Cylindrical-coordinate representation of color #044820: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044820 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 32 -
CMYK 0.94 0 0.56 0.72
HSL 144.71º 0.89% 0.15% -
HSV(B) 144.71º 0.94% 0.28% -
XYZ 2.63 4.76 2.15 -
YUV 47.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 4 72 32 0.94 0 0.56 0.72 144.71 0.89 0.15
Hex 4 48 20 5E 0 38 48 91 59 F
Octal 4 110 40 136 0 70 110 221 131 17
Binary 100 1001000 100000 1011110 0 111000 1001000 10010001 1011001 1111

Color Harmonies of #044820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044820

Black with #044820

Text Example


Text Example

White with #044820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044820; }

 p { color: rgb(4,72,32); }

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

background-color css

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

 a { background-color: rgb(4,72,32); }

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

border-color css

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

 span { border-color: rgb(4,72,32); }

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