#054821

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

Shades of British Racing Green #054821

Tints of British Racing Green #054821

Color information

#054821 (or 0x054821) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 21. RGB value is (5,72,33). Sum of RGB (Red+Green+Blue) = 5+72+33=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #054821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054821 is #FAB7DE. Grayscale: #2F2F2F. Windows color (decimal): -16431071 or 2181125. OLE color: 2181125.

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

Color convert

RGB57233-
CMYK0.9300.540.72
HSL145.07º87.01%15.1%-
HSV(B)145.07º93.06%28.24%-
XYZ2.654.782.22-
YUV47.52119.897.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 33 (13.28% from 255) = 30%
R=4.55%
G=65.45%
B=30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572330.9300.540.72145.0787.0115.1
Hex548215D036489157f
Octal51104113506611022112717
Binary10110010001000011011101011011010010001001000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054821; }

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

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

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

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

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

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

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

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