Html Css Color HEX #054726 British Racing Green

📋 copy color: '#054726'

red 5 ◦ green 71 ◦ blue 38

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

Shades of British Racing Green #054726

Tints of British Racing Green #054726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 62.28%

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 4.39%
G = 62.28%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#054726 (or 0x054726) is known color: British Racing Green. HEX triplet: 05, 47 and 26. RGB value is (5,71,38). Sum of RGB (Red+Green+Blue) = 5+71+38=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #054726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054726 is #FAB8D9. Grayscale: #2F2F2F. Windows color (decimal): -16431322 or 2508549. OLE color: 2508549.

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

Color convert

RGB 5 71 38 -
CMYK 0.93 0 0.46 0.72
HSL 150º 0.87% 0.15% -
HSV(B) 150º 0.93% 0.28% -
XYZ 2.67 4.68 2.6 -
YUV 47.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 5 71 38 0.93 0 0.46 0.72 150 0.87 0.15
Hex 5 47 26 5D 0 2E 48 96 57 F
Octal 5 107 46 135 0 56 110 226 127 17
Binary 101 1000111 100110 1011101 0 101110 1001000 10010110 1010111 1111

Color Harmonies of #054726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054726

Black with #054726

Text Example


Text Example

White with #054726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054726; }

 p { color: rgb(5,71,38); }

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

background-color css

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

 a { background-color: rgb(5,71,38); }

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

border-color css

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

 span { border-color: rgb(5,71,38); }

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