#054922

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

Shades of British Racing Green #054922

Tints of British Racing Green #054922

Color information

#054922 (or 0x054922) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 22. RGB value is (5,73,34). Sum of RGB (Red+Green+Blue) = 5+73+34=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #054922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054922 is #FAB6DD. Grayscale: #303030. Windows color (decimal): -16430814 or 2246917. OLE color: 2246917.

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

Color convert

RGB57334-
CMYK0.9300.530.71
HSL145.59º87.18%15.29%-
HSV(B)145.59º93.15%28.63%-
XYZ2.734.912.32-
YUV48.22119.9797.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 73 (28.91% from 255) = 65.18%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=4.46%
G=65.18%
B=30.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573340.9300.530.71145.5987.1815.29
Hex549225D035479257f
Octal51114213506510722212717
Binary10110010011000101011101011010110001111001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054922; }

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

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

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

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

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

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

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

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