#054618

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

Shades of British Racing Green #054618

Tints of British Racing Green #054618

Color information

#054618 (or 0x054618) is unknown color: approx British Racing Green. HEX triplet: 05, 46 and 18. RGB value is (5,70,24). Sum of RGB (Red+Green+Blue) = 5+70+24=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #054618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054618 is #FAB9E7. Grayscale: #2D2D2D. Windows color (decimal): -16431592 or 1590789. OLE color: 1590789.

HSL color Cylindrical-coordinate representation of color #054618: hue angle of 137.54º degrees, saturation: 0.87, 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 #054618 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB57024-
CMYK0.9300.660.73
HSL137.54º86.67%14.71%-
HSV(B)137.54º92.86%27.45%-
XYZ2.424.481.6-
YUV45.32115.9799.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 70 (27.73% from 255) = 70.71%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=5.05%
G=70.71%
B=24.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570240.9300.660.73137.5486.6714.71
Hex546185D042498a57f
Octal510630135010211121212717
Binary10110001101100010111010100001010010011000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054618; }

 p { color: rgb(5,70,24); }

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

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

 a { background-color: rgb(5,70,24); }

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

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

 span { border-color: rgb(5,70,24); }

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