Html Css Color HEX #044520 British Racing Green

📋 copy color: '#044520'

red 4 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #044520

Tints of British Racing Green #044520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.71%

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

R = 3.81%
G = 65.71%
B = 30.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#044520 (or 0x044520) is known color: British Racing Green. HEX triplet: 04, 45 and 20. RGB value is (4,69,32). Sum of RGB (Red+Green+Blue) = 4+69+32=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #044520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044520 is #FBBADF. Grayscale: #2D2D2D. Windows color (decimal): -16497376 or 2114820. OLE color: 2114820.

HSL color Cylindrical-coordinate representation of color #044520: hue angle of 145.85º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044520 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 69 32 -
CMYK 0.94 0 0.54 0.73
HSL 145.85º 0.89% 0.14% -
HSV(B) 145.85º 0.94% 0.27% -
XYZ 2.44 4.39 2.08 -
YUV 45.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 4 69 32 0.94 0 0.54 0.73 145.85 0.89 0.14
Hex 4 45 20 5E 0 36 49 92 59 E
Octal 4 105 40 136 0 66 111 222 131 16
Binary 100 1000101 100000 1011110 0 110110 1001001 10010010 1011001 1110

Color Harmonies of #044520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044520

Black with #044520

Text Example


Text Example

White with #044520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044520; }

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

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

background-color css

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

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

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

border-color css

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

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

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