#054532

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

Shades of British Racing Green #054532

Tints of British Racing Green #054532

Color information

#054532 (or 0x054532) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 32. RGB value is (5,69,50). Sum of RGB (Red+Green+Blue) = 5+69+50=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #054532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054532 is #FABACD. Grayscale: #2F2F2F. Windows color (decimal): -16431822 or 3294469. OLE color: 3294469.

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

Color convert

RGB56950-
CMYK0.9300.280.73
HSL162.19º86.49%14.51%-
HSV(B)162.19º92.75%27.06%-
XYZ2.774.523.74-
YUV47.7129.397.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=4.03%
G=55.65%
B=40.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569500.9300.280.73162.1986.4914.51
Hex545325D01C49a256f
Octal51056213503411124212617
Binary1011000101110010101110101110010010011010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054532; }

 p { color: rgb(5,69,50); }

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

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

 a { background-color: rgb(5,69,50); }

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

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

 span { border-color: rgb(5,69,50); }

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