Html Css Color HEX #054032 British Racing Green

📋 copy color: '#054032'

red 5 ◦ green 64 ◦ blue 50

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

Shades of British Racing Green #054032

Tints of British Racing Green #054032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 42.02%

R = 4.2%
G = 53.78%
B = 42.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#054032 (or 0x054032) is known color: British Racing Green. HEX triplet: 05, 40 and 32. RGB value is (5,64,50). Sum of RGB (Red+Green+Blue) = 5+64+50=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #054032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054032 is #FABFCD. Grayscale: #2C2C2C. Windows color (decimal): -16433102 or 3293189. OLE color: 3293189.

HSL color Cylindrical-coordinate representation of color #054032: hue angle of 165.76º 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 #054032 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 50 -
CMYK 0.92 0 0.22 0.75
HSL 165.76º 0.86% 0.14% -
HSV(B) 165.76º 0.92% 0.25% -
XYZ 2.47 3.93 3.65 -
YUV 44.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 5 64 50 0.92 0 0.22 0.75 165.76 0.86 0.14
Hex 5 40 32 5C 0 16 4B A6 56 E
Octal 5 100 62 134 0 26 113 246 126 16
Binary 101 1000000 110010 1011100 0 10110 1001011 10100110 1010110 1110

Color Harmonies of #054032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054032

Black with #054032

Text Example


Text Example

White with #054032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054032; }

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

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

background-color css

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

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

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

border-color css

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

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

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