#054126

Color #054126 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #054126

Tints of British Racing Green #054126

Color information

#054126 (or 0x054126) is unknown color: approx British Racing Green. HEX triplet: 05, 41 and 26. RGB value is (5,65,38). Sum of RGB (Red+Green+Blue) = 5+65+38=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #054126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054126 is #FABED9. Grayscale: #2C2C2C. Windows color (decimal): -16432858 or 2507013. OLE color: 2507013.

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

Color convert

RGB56538-
CMYK0.9200.420.75
HSL153º85.71%13.73%-
HSV(B)153º92.31%25.49%-
XYZ2.33.952.48-
YUV43.98124.62100.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=4.63%
G=60.19%
B=35.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565380.9200.420.7515385.7113.73
Hex541265C02A4B9956e
Octal51014613405211323112616
Binary10110000011001101011100010101010010111001100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054126; }

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

 H1.HeaderClassName
 {
   color: #054126;
 }
 .AnyTagClassName
 {
   color: #054126;
 }
</style>
background-color css

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

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

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

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

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

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