Html Css Color HEX #044116 British Racing Green

📋 copy color: '#044116'

red 4 ◦ green 65 ◦ blue 22

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

Shades of British Racing Green #044116

Tints of British Racing Green #044116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 71.43%

 BLUE value IS 22 (8.98% from 255) = 24.18%

R = 4.4%
G = 71.43%
B = 24.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#044116 (or 0x044116) is known color: British Racing Green. HEX triplet: 04, 41 and 16. RGB value is (4,65,22). Sum of RGB (Red+Green+Blue) = 4+65+22=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #044116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044116 is #FBBEE9. Grayscale: #292929. Windows color (decimal): -16498410 or 1458436. OLE color: 1458436.

HSL color Cylindrical-coordinate representation of color #044116: hue angle of 137.7º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044116 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 65 22 -
CMYK 0.94 0 0.66 0.75
HSL 137.7º 0.88% 0.14% -
HSV(B) 137.7º 0.94% 0.25% -
XYZ 2.09 3.86 1.4 -
YUV 41.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 4 65 22 0.94 0 0.66 0.75 137.7 0.88 0.14
Hex 4 41 16 5E 0 42 4B 8A 58 E
Octal 4 101 26 136 0 102 113 212 130 16
Binary 100 1000001 10110 1011110 0 1000010 1001011 10001010 1011000 1110

Color Harmonies of #044116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044116

Black with #044116

Text Example


Text Example

White with #044116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044116; }

 p { color: rgb(4,65,22); }

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

background-color css

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

 a { background-color: rgb(4,65,22); }

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

border-color css

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

 span { border-color: rgb(4,65,22); }

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