Html Css Color HEX #054019 British Racing Green

📋 copy color: '#054019'

red 5 ◦ green 64 ◦ blue 25

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

Shades of British Racing Green #054019

Tints of British Racing Green #054019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.09%

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 5.32%
G = 68.09%
B = 26.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#054019 (or 0x054019) is known color: British Racing Green. HEX triplet: 05, 40 and 19. RGB value is (5,64,25). Sum of RGB (Red+Green+Blue) = 5+64+25=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #054019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054019 is #FABFE6. Grayscale: #2A2A2A. Windows color (decimal): -16433127 or 1654789. OLE color: 1654789.

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

Color convert

RGB 5 64 25 -
CMYK 0.92 0 0.61 0.75
HSL 140.34º 0.86% 0.14% -
HSV(B) 140.34º 0.92% 0.25% -
XYZ 2.07 3.77 1.54 -
YUV 41.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 5 64 25 0.92 0 0.61 0.75 140.34 0.86 0.14
Hex 5 40 19 5C 0 3D 4B 8C 56 E
Octal 5 100 31 134 0 75 113 214 126 16
Binary 101 1000000 11001 1011100 0 111101 1001011 10001100 1010110 1110

Color Harmonies of #054019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054019

Black with #054019

Text Example


Text Example

White with #054019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054019; }

 p { color: rgb(5,64,25); }

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

background-color css

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

 a { background-color: rgb(5,64,25); }

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

border-color css

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

 span { border-color: rgb(5,64,25); }

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