#054926

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

Shades of British Racing Green #054926

Tints of British Racing Green #054926

Color information

#054926 (or 0x054926) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 26. RGB value is (5,73,38). Sum of RGB (Red+Green+Blue) = 5+73+38=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #054926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054926 is #FAB6D9. Grayscale: #303030. Windows color (decimal): -16430810 or 2509061. OLE color: 2509061.

HSL color Cylindrical-coordinate representation of color #054926: hue angle of 149.12º 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 #054926 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB57338-
CMYK0.9300.480.71
HSL149.12º87.18%15.29%-
HSV(B)149.12º93.15%28.63%-
XYZ2.794.942.64-
YUV48.68121.9796.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=4.31%
G=62.93%
B=32.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573380.9300.480.71149.1287.1815.29
Hex549265D030479557f
Octal51114613506010722512717
Binary10110010011001101011101011000010001111001010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054926; }

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

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

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

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

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

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

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

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