#054823

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

Shades of British Racing Green #054823

Tints of British Racing Green #054823

Color information

#054823 (or 0x054823) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 23. RGB value is (5,72,35). Sum of RGB (Red+Green+Blue) = 5+72+35=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #054823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054823 is #FAB7DC. Grayscale: #2F2F2F. Windows color (decimal): -16431069 or 2312197. OLE color: 2312197.

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

Color convert

RGB57235-
CMYK0.9300.510.72
HSL146.87º87.01%15.1%-
HSV(B)146.87º93.06%28.24%-
XYZ2.684.792.37-
YUV47.75120.897.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 72 (28.52% from 255) = 64.29%
BLUE value IS 35 (14.06% from 255) = 31.25%
R=4.46%
G=64.29%
B=31.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572350.9300.510.72146.8787.0115.1
Hex548235D033489357f
Octal51104313506311022312717
Binary10110010001000111011101011001110010001001001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054823; }

 p { color: rgb(5,72,35); }

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

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

 a { background-color: rgb(5,72,35); }

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

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

 span { border-color: rgb(5,72,35); }

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