#054519

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

Shades of British Racing Green #054519

Tints of British Racing Green #054519

Color information

#054519 (or 0x054519) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 19. RGB value is (5,69,25). Sum of RGB (Red+Green+Blue) = 5+69+25=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #054519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054519 is #FABAE6. Grayscale: #2C2C2C. Windows color (decimal): -16431847 or 1656069. OLE color: 1656069.

HSL color Cylindrical-coordinate representation of color #054519: hue angle of 138.75º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054519 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB56925-
CMYK0.9300.640.73
HSL138.75º86.49%14.51%-
HSV(B)138.75º92.75%27.06%-
XYZ2.374.361.64-
YUV44.85116.899.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 69 (27.34% from 255) = 69.70%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=5.05%
G=69.70%
B=25.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569250.9300.640.73138.7586.4914.51
Hex545195D040498b56f
Octal510531135010011121312617
Binary10110001011100110111010100000010010011000101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054519; }

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

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

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

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

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

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

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

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