#054422

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

Shades of British Racing Green #054422

Tints of British Racing Green #054422

Color information

#054422 (or 0x054422) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 22. RGB value is (5,68,34). Sum of RGB (Red+Green+Blue) = 5+68+34=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #054422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054422 is #FABBDD. Grayscale: #2D2D2D. Windows color (decimal): -16432094 or 2245637. OLE color: 2245637.

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

Color convert

RGB56834-
CMYK0.9300.500.73
HSL147.62º86.3%14.31%-
HSV(B)147.62º92.65%26.67%-
XYZ2.424.282.21-
YUV45.29121.6399.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 68 (26.95% from 255) = 63.55%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=4.67%
G=63.55%
B=31.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568340.9300.500.73147.6286.314.31
Hex544225D032499456e
Octal51044213506211122412616
Binary10110001001000101011101011001010010011001010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054422; }

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

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

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

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

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

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

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

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