Html Css Color HEX #054916 British Racing Green

📋 copy color: '#054916'

red 5 ◦ green 73 ◦ blue 22

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

Shades of British Racing Green #054916

Tints of British Racing Green #054916

RGB

 RED value IS 5 (2.34% from 255) = 5%

 GREEN value IS 73 (28.91% from 255) = 73%

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

R = 5%
G = 73%
B = 22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#054916 (or 0x054916) is known color: British Racing Green. HEX triplet: 05, 49 and 16. RGB value is (5,73,22). Sum of RGB (Red+Green+Blue) = 5+73+22=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #054916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054916 is #FAB6E9. Grayscale: #2E2E2E. Windows color (decimal): -16430826 or 1460485. OLE color: 1460485.

HSL color Cylindrical-coordinate representation of color #054916: hue angle of 135º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054916 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 22 -
CMYK 0.93 0 0.70 0.71
HSL 135º 0.87% 0.15% -
HSV(B) 135º 0.93% 0.29% -
XYZ 2.59 4.86 1.56 -
YUV 46.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 5 73 22 0.93 0 0.70 0.71 135 0.87 0.15
Hex 5 49 16 5D 0 46 47 87 57 F
Octal 5 111 26 135 0 106 107 207 127 17
Binary 101 1001001 10110 1011101 0 1000110 1000111 10000111 1010111 1111

Color Harmonies of #054916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054916

Black with #054916

Text Example


Text Example

White with #054916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054916; }

 p { color: rgb(5,73,22); }

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

background-color css

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

 a { background-color: rgb(5,73,22); }

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

border-color css

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

 span { border-color: rgb(5,73,22); }

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